Skip to content
Snippets Groups Projects
Commit 99a309f3 authored by Bin Meng's avatar Bin Meng Committed by Simon Glass
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarSimon Glass <sjg@chromium.org>
parent a65b25d1
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ config SYS_VSNPRINTF ...@@ -12,7 +12,7 @@ config SYS_VSNPRINTF
choice choice
prompt "Mainboard vendor" prompt "Mainboard vendor"
default VENDOR_COREBOOT default VENDOR_EMULATION
config VENDOR_COREBOOT config VENDOR_COREBOOT
bool "coreboot" bool "coreboot"
......
CONFIG_X86=y CONFIG_X86=y
CONFIG_VENDOR_COREBOOT=y
CONFIG_TARGET_COREBOOT=y CONFIG_TARGET_COREBOOT=y
CONFIG_CMD_NET=y CONFIG_CMD_NET=y
CONFIG_OF_CONTROL=y CONFIG_OF_CONTROL=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment