summaryrefslogtreecommitdiff
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-01-06 22:14:18 +0800
committerSimon Glass <sjg@chromium.org>2015-01-13 07:25:03 -0800
commit9d74f03460a788e004fb1fb4cb53003d26f57298 (patch)
tree26d81c96eb097b6bc4df684278e68a26065740d8 /include/configs/coreboot.h
parentc57522f6564a68a0e0a82544afdb2f95737c1ccd (diff)
x86: coreboot: Move coreboot-specific defines from coreboot.h to Kconfig
There are many places in the U-Boot source tree which refer to CONFIG_SYS_COREBOOT, CONFIG_CBMEM_CONSOLE and CONFIG_VIDEO_COREBOOT that is currently defined in coreboot.h. Move them to arch/x86/cpu/coreboot/Kconfig so that we can switch to board configuration file to build U-Boot later. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 990a2d186e..a0d99522b7 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -19,7 +19,6 @@
* High Level Configuration Options
* (easy to change)
*/
-#define CONFIG_SYS_COREBOOT
#define CONFIG_LAST_STAGE_INIT
#define CONFIG_SYS_EARLY_PCI_INIT
@@ -55,10 +54,6 @@
"stdout=vga,serial,cbmem\0" \
"stderr=vga,serial,cbmem\0"
-#define CONFIG_CBMEM_CONSOLE
-
-#define CONFIG_VIDEO_COREBOOT
-
#define CONFIG_NR_DRAM_BANKS 4
#define CONFIG_TRACE