]> git.baikalelectronics.ru Git - uboot.git/commit
ide: Make use of U-Boot types
authorSimon Glass <sjg@chromium.org>
Tue, 25 Apr 2023 16:54:55 +0000 (10:54 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2023 17:51:07 +0000 (13:51 -0400)
commit7aa78bb09f16790701acca18b06e2d2594d63461
tree1a6497490d05e29ed05e14a94e7fdbfb31b35b6a
parentd9cecf72554203426a76cfa72084dc00e0fe4155
ide: Make use of U-Boot types

Use standard U-Boot types in the file to make the code less verbose.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/block/ide.c