diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-16 21:35:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-16 21:35:43 -0400 |
commit | 308e06656691abc84ed593662c521c47ef8704c3 (patch) | |
tree | 34d6b7d58f9634139ab23d22541ed5860eec16c3 /configs/qemu-x86_defconfig | |
parent | 6c7c3dcc59d4ad49e4b1e773b98f9c110a13f306 (diff) | |
download | u-boot-308e06656691abc84ed593662c521c47ef8704c3.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/qemu-x86_defconfig')
-rw-r--r-- | configs/qemu-x86_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig index cdbc5c4a6e..ffdb4c34c1 100644 --- a/configs/qemu-x86_defconfig +++ b/configs/qemu-x86_defconfig @@ -13,6 +13,7 @@ CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro" CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_HUSH_PARSER=y CONFIG_CMD_CPU=y +CONFIG_CMD_BOOTEFI_SELFTEST=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_IDE=y CONFIG_CMD_PART=y @@ -43,4 +44,3 @@ CONFIG_USB_KEYBOARD=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_111=y CONFIG_CONSOLE_SCROLL_LINES=5 -CONFIG_CMD_BOOTEFI_SELFTEST=y |