]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Make chromebook_link the default board for coreboot
authorBin Meng <bmeng.cn@gmail.com>
Tue, 6 Jan 2015 14:14:21 +0000 (22:14 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:25:04 +0000 (07:25 -0800)
commitade8127a7929c6394908e7debe89e297202b7efa
treec6a9a496b501fa67eb6b7ea32d5ccbee5520538c
parentfa48e51013280396f02e668a5d9f1d606d69be35
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>
arch/x86/dts/Makefile
arch/x86/dts/chromebook_link.dts [changed from symlink to file mode: 0644]
arch/x86/dts/link.dts [deleted file]
board/coreboot/coreboot/Kconfig
configs/chromebook_link_defconfig
configs/coreboot-x86_defconfig
drivers/video/Kconfig
include/configs/chromebook_link.h