configs: ls1012a: Enable CONFIG_SPI_FLASH_SPANSION in defconfigs
[oweals/u-boot.git] / include / configs / clearfog.h
index 8314956db6c167595c968a419f2ddba83d7d234a..53ff830e8190225215a015b0395f0c6ffcf1dca0 100644 (file)
 #define BOOT_TARGET_DEVICES_MMC(func)
 #endif
 
-#ifdef CONFIG_SCSI
-#define BOOT_TARGET_DEVICES_SCSI(func) func(SCSI, scsi, 0)
-#else
-#define BOOT_TARGET_DEVICES_SCSI(func)
-#endif
-
 #ifdef CONFIG_USB_STORAGE
 #define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0)
 #else
  */
 #define BOOT_TARGET_DEVICES(func) \
        BOOT_TARGET_DEVICES_MMC(func) \
-       BOOT_TARGET_DEVICES_SCSI(func) \
        BOOT_TARGET_DEVICES_USB(func) \
        BOOT_TARGET_DEVICES_SCSI_BUS0(func) \
        BOOT_TARGET_DEVICES_SCSI_BUS1(func) \