diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-05-07 21:34:09 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-06-04 02:39:38 -0600 |
commit | 99a309f323a8574923ddcc9abb3ba9252daf1e21 (patch) | |
tree | 584d79c20270fa817ec77c8dda4b42e6db283639 /configs/coreboot-x86_defconfig | |
parent | a65b25d148fb0a9ef7dd5fba4ae2709f5bcae0c6 (diff) | |
download | u-boot-99a309f323a8574923ddcc9abb3ba9252daf1e21.tar.gz |
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>
Diffstat (limited to 'configs/coreboot-x86_defconfig')
-rw-r--r-- | configs/coreboot-x86_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |