]> git.sur5r.net Git - u-boot/blobdiff - drivers/block/ide.c
block: ide: Drop CONFIG_IDE_INIT_POSTRESET
[u-boot] / drivers / block / ide.c
index edcf87b8c14b6a1ad7e15b9c629c353d22d29a2b..cea0397eb23e4ebbfacb86f4866733fae2912f99 100644 (file)
@@ -792,15 +792,6 @@ void ide_init(void)
        /* ATAPI Drives seems to need a proper 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.
         * According to spec, this can take up to 31 seconds!