diff options
Diffstat (limited to 'include/configs/clearfog.h')
-rw-r--r-- | include/configs/clearfog.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index d5eacf1ec71..871e87c26d0 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -35,13 +35,6 @@ #define CONFIG_PCI_SCAN_SHOW #endif -/* SATA support */ -#ifdef CONFIG_SCSI -#define CONFIG_SCSI_AHCI_PLAT -#define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 -#define CONFIG_SYS_SCSI_MAX_LUN 1 -#endif - /* Keep device tree and initrd in lower memory so the kernel can access them */ #define RELOCATION_LIMITS_ENV_SETTINGS \ "fdt_high=0x10000000\0" \ |