summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/coreboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index bdb1ab9d429..90a9a4283b2 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -34,6 +34,7 @@
#define CONFIG_SYS_COREBOOT
#define CONFIG_SHOW_BOOT_PROGRESS
#define BUILD_CMD_LINE_STUFF 0
+#define BUILD_IDE_STUFF 0
/* FDT support */
#define CONFIG_OF_LIBFDT /* Device tree support */
@@ -100,6 +101,7 @@
"stdout=serial,cbmem\0" \
"stderr=vga,serial,cbmem\0"
+#if BUILD_IDE_STUFF
/* max. 1 IDE bus */
#define CONFIG_SYS_IDE_MAXBUS 1
/* max. 1 drive per IDE bus */
@@ -111,6 +113,7 @@
#define CONFIG_SYS_ATA_DATA_OFFSET 0
#define CONFIG_SYS_ATA_REG_OFFSET 0
#define CONFIG_SYS_ATA_ALT_OFFSET 0x200
+#endif
#define CONFIG_GENERIC_MMC