From: Bin Meng Date: Thu, 7 May 2015 13:34:09 +0000 (+0800) Subject: x86: Make QEMU the default vendor X-Git-Tag: v2015.07-rc2~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99a309f323a8574923ddcc9abb3ba9252daf1e21;p=u-boot x86: Make QEMU the default vendor Now that we have QEMU support, make it the default vendor in the 'make menuconfig' screen. Signed-off-by: Bin Meng Acked-by: Simon Glass Tested-by: Simon Glass --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3d0262052f..0b78f1064c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -12,7 +12,7 @@ config SYS_VSNPRINTF choice prompt "Mainboard vendor" - default VENDOR_COREBOOT + default VENDOR_EMULATION config VENDOR_COREBOOT bool "coreboot" diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig index 9bed74c3ca..bd1068e093 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot-x86_defconfig @@ -1,4 +1,5 @@ CONFIG_X86=y +CONFIG_VENDOR_COREBOOT=y CONFIG_TARGET_COREBOOT=y CONFIG_CMD_NET=y CONFIG_OF_CONTROL=y