1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

block: ide: Drop CONFIG_IDE_INIT_POSTRESET

This is not referenced anywhere. Drop it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
Bin Meng
2017-09-02 08:43:52 -07:00
committed by Tom Rini
parent 9e18eae276
commit f1823d3aaa
3 changed files with 0 additions and 14 deletions

View File

@@ -51,10 +51,6 @@ ulong ide_write(struct blk_desc *block_dev, lbaint_t blknr, lbaint_t blkcnt,
int ide_preinit(void);
#endif
#ifdef CONFIG_IDE_INIT_POSTRESET
int ide_init_postreset(void);
#endif
#if defined(CONFIG_OF_IDE_FIXUP)
int ide_device_present(int dev);
#endif