diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-10-13 11:54:20 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-10-17 19:19:56 +0200 |
commit | 5cc349bb09eefaf43e250b2c7a8fc5a61c595715 (patch) | |
tree | 8bcc3502ad2f7232ad31eef62f4aafe7f3118a07 /configs/qemu-riscv32_smode_defconfig | |
parent | 867400677cda0fac4a411f1549fe3a61bb5ed172 (diff) | |
download | u-boot-5cc349bb09eefaf43e250b2c7a8fc5a61c595715.tar.gz u-boot-5cc349bb09eefaf43e250b2c7a8fc5a61c595715.tar.xz u-boot-5cc349bb09eefaf43e250b2c7a8fc5a61c595715.zip |
efi_loader: enable CONFIG_CMD_NVEDIT_EFI on QEMU
To reduce the default image size CONFIG_CMD_NVEDIT_EFI was disabled by
default. Re-enable it on the QEMU platforms supporting the UEFI sub-system.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'configs/qemu-riscv32_smode_defconfig')
-rw-r--r-- | configs/qemu-riscv32_smode_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-riscv32_smode_defconfig b/configs/qemu-riscv32_smode_defconfig index 7103324421..b0451fd9f0 100644 --- a/configs/qemu-riscv32_smode_defconfig +++ b/configs/qemu-riscv32_smode_defconfig @@ -7,5 +7,6 @@ CONFIG_FIT=y CONFIG_DISPLAY_CPUINFO=y CONFIG_DISPLAY_BOARDINFO=y CONFIG_CMD_BOOTEFI_SELFTEST=y +CONFIG_CMD_NVEDIT_EFI=y # CONFIG_CMD_MII is not set CONFIG_OF_PRIOR_STAGE=y |