]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Make QEMU the default vendor
authorBin Meng <bmeng.cn@gmail.com>
Thu, 7 May 2015 13:34:09 +0000 (21:34 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:14 +0000 (22:48 +0200)
Now that we have QEMU support, make it the default vendor in the
'make menuconfig' screen.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
configs/coreboot-x86_defconfig

index 3d0262052ff5740f4d5405b1d6f1b3c5dd3e7266..0b78f1064c9c13b67067097505fe11f630e603cf 100644 (file)
@@ -12,7 +12,7 @@ config SYS_VSNPRINTF
 
 choice
        prompt "Mainboard vendor"
-       default VENDOR_COREBOOT
+       default VENDOR_EMULATION
 
 config VENDOR_COREBOOT
        bool "coreboot"
index 9bed74c3ca720e670a0ab22bfe78d6c92fb164f7..bd1068e093d3c1d0855191fe8a8a4d7af9c9e0f1 100644 (file)
@@ -1,4 +1,5 @@
 CONFIG_X86=y
+CONFIG_VENDOR_COREBOOT=y
 CONFIG_TARGET_COREBOOT=y
 CONFIG_CMD_NET=y
 CONFIG_OF_CONTROL=y