]> git.baikalelectronics.ru Git - uboot.git/commit
block: ide: Remove ide_preinit function
authorTom Rini <trini@konsulko.com>
Sat, 11 Jun 2022 02:59:30 +0000 (22:59 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2022 21:03:32 +0000 (17:03 -0400)
commit41883dd88de059c7ec5da2a5feb210ce920b1744
tree7b1c1503a38d02cd9e3a2e2a837444aa3a6fcf05
parent5b428e0e3c626eafdd32b4216345473dc692d4ff
block: ide: Remove ide_preinit function

The only platform currently that defines an ide_preinit function has an
empty one that immediately returns.  Remove this hook.

Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/m5253demo/m5253demo.c
drivers/block/ide.c
include/configs/M5253DEMO.h
include/ide.h