summaryrefslogtreecommitdiff
path: root/arch/x86/dts/Makefile
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 /arch/x86/dts/Makefile
parentfa48e51013280396f02e668a5d9f1d606d69be35 (diff)
downloadu-boot-imx-ade8127a7929c6394908e7debe89e297202b7efa.zip
u-boot-imx-ade8127a7929c6394908e7debe89e297202b7efa.tar.gz
u-boot-imx-ade8127a7929c6394908e7debe89e297202b7efa.tar.bz2
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 'arch/x86/dts/Makefile')
-rw-r--r--arch/x86/dts/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefile
index 5525094..97ed884 100644
--- a/arch/x86/dts/Makefile
+++ b/arch/x86/dts/Makefile
@@ -1,5 +1,4 @@
-dtb-y += link.dtb \
- chromebook_link.dtb \
+dtb-y += chromebook_link.dtb \
crownbay.dtb
targets += $(dtb-y)