]> git.sur5r.net Git - u-boot/blobdiff - drivers/block/ide.c
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[u-boot] / drivers / block / ide.c
index ac5b91c01ad26a53b2ad976697fb92c39a1486d5..308ad7396bc6a0da6c1ff3eaca2ab79ac769c76f 100644 (file)
@@ -770,10 +770,6 @@ void ide_init(void)
        unsigned char c;
        int i, bus;
 
-#ifdef CONFIG_IDE_8xx_PCCARD
-       extern int ide_devices_found;   /* Initialized in check_ide_device() */
-#endif /* CONFIG_IDE_8xx_PCCARD */
-
 #ifdef CONFIG_IDE_PREINIT
        WATCHDOG_RESET();
 
@@ -812,13 +808,6 @@ void ide_init(void)
                        bus * (CONFIG_SYS_IDE_MAXDEVICE /
                               CONFIG_SYS_IDE_MAXBUS);
 
-#ifdef CONFIG_IDE_8xx_PCCARD
-               /* Skip non-ide devices from probing */
-               if ((ide_devices_found & (1 << bus)) == 0) {
-                       ide_led((LED_IDE1 | LED_IDE2), 0);      /* LED's off */
-                       continue;
-               }
-#endif
                printf("Bus %d: ", bus);
 
                ide_bus_ok[bus] = 0;