mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 04:51:17 +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:
@@ -792,15 +792,6 @@ void ide_init(void)
|
|||||||
/* ATAPI Drives seems to need a proper IDE Reset */
|
/* ATAPI Drives seems to need a proper IDE Reset */
|
||||||
ide_reset();
|
ide_reset();
|
||||||
|
|
||||||
#ifdef CONFIG_IDE_INIT_POSTRESET
|
|
||||||
WATCHDOG_RESET();
|
|
||||||
|
|
||||||
if (ide_init_postreset()) {
|
|
||||||
puts("ide_preinit_postreset failed\n");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif /* CONFIG_IDE_INIT_POSTRESET */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Wait for IDE to get ready.
|
* Wait for IDE to get ready.
|
||||||
* According to spec, this can take up to 31 seconds!
|
* According to spec, this can take up to 31 seconds!
|
||||||
|
@@ -51,10 +51,6 @@ ulong ide_write(struct blk_desc *block_dev, lbaint_t blknr, lbaint_t blkcnt,
|
|||||||
int ide_preinit(void);
|
int ide_preinit(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_IDE_INIT_POSTRESET
|
|
||||||
int ide_init_postreset(void);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CONFIG_OF_IDE_FIXUP)
|
#if defined(CONFIG_OF_IDE_FIXUP)
|
||||||
int ide_device_present(int dev);
|
int ide_device_present(int dev);
|
||||||
#endif
|
#endif
|
||||||
|
@@ -1080,7 +1080,6 @@ CONFIG_I2C_RTC_ADDR
|
|||||||
CONFIG_I2C_TIMEOUT
|
CONFIG_I2C_TIMEOUT
|
||||||
CONFIG_ICACHE
|
CONFIG_ICACHE
|
||||||
CONFIG_ICS307_REFCLK_HZ
|
CONFIG_ICS307_REFCLK_HZ
|
||||||
CONFIG_IDE_INIT_POSTRESET
|
|
||||||
CONFIG_IDE_LED
|
CONFIG_IDE_LED
|
||||||
CONFIG_IDE_PCMCIA
|
CONFIG_IDE_PCMCIA
|
||||||
CONFIG_IDE_PREINIT
|
CONFIG_IDE_PREINIT
|
||||||
|
Reference in New Issue
Block a user