mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-18 19:12:28 +02:00
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 <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a65b25d148
commit
99a309f323
@ -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"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user