diff options
author | Tom Rini <trini@konsulko.com> | 2019-10-18 16:37:03 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-18 16:37:03 -0400 |
commit | 4b5c4dd93a829416d159619e4a58e97e9b215206 (patch) | |
tree | 667242755939a72efebd99e815e0944c33174e4b /configs/qemu-riscv64_defconfig | |
parent | 3b985bdeabd1b05abf28fe7dc6530c203750f9fc (diff) | |
parent | 5cc349bb09eefaf43e250b2c7a8fc5a61c595715 (diff) |
Merge tag 'efi-2020-01-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
Pull request for UEFI sub-system for efi-2020-01-rc1 (2)
Install the simple file protocol only if there is a file system on the
partition.
Enable CONFIG_CMD_NVEDIT_EFI on QEMU.
Diffstat (limited to 'configs/qemu-riscv64_defconfig')
-rw-r--r-- | configs/qemu-riscv64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-riscv64_defconfig b/configs/qemu-riscv64_defconfig index ef84dfded2..6f5297321a 100644 --- a/configs/qemu-riscv64_defconfig +++ b/configs/qemu-riscv64_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 |