summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-01-06 22:14:21 +0800
committerSimon Glass <sjg@chromium.org>2015-01-13 07:25:04 -0800
commitade8127a7929c6394908e7debe89e297202b7efa (patch)
treec6a9a496b501fa67eb6b7ea32d5ccbee5520538c /configs
parentfa48e51013280396f02e668a5d9f1d606d69be35 (diff)
downloadblackbird-obmc-uboot-ade8127a7929c6394908e7debe89e297202b7efa.tar.gz
blackbird-obmc-uboot-ade8127a7929c6394908e7debe89e297202b7efa.zip
x86: Make chromebook_link the default board for coreboot
Change SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE to chromebook_link which is currently the only real board officially supported to run U-Boot loaded by coreboot. Note the symbolic link file chromebook_link.dts is deleted and link.dts is renamed to chromebook_link.dts. To avoid multiple definition of video_hw_init, the CONFIG_VIDEO_X86 define needs to be moved to arch/x86/cpu/ivybridge/Kconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/chromebook_link_defconfig1
-rw-r--r--configs/coreboot-x86_defconfig1
2 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index b83803e1d2..e956835dc6 100644
--- a/configs/chromebook_link_defconfig
+++ b/configs/chromebook_link_defconfig
@@ -6,5 +6,6 @@ CONFIG_OF_SEPARATE=y
CONFIG_DEFAULT_DEVICE_TREE="chromebook_link"
CONFIG_HAVE_MRC=y
CONFIG_SMM_TSEG_SIZE=0x800000
+CONFIG_VIDEO_X86=y
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig
index 6249db7cb0..3cc034a98b 100644
--- a/configs/coreboot-x86_defconfig
+++ b/configs/coreboot-x86_defconfig
@@ -2,4 +2,3 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0x01110000"
CONFIG_X86=y
CONFIG_TARGET_COREBOOT=y
CONFIG_OF_CONTROL=y
-CONFIG_DEFAULT_DEVICE_TREE="link"
OpenPOWER on IntegriCloud