diff options
author | Palmer Dabbelt | 2021-11-19 08:44:12 -0800 |
---|---|---|
committer | Palmer Dabbelt | 2022-01-05 20:07:12 -0800 |
commit | d4b22b2f01de89831052ac28bc40cafbcc043e29 (patch) | |
tree | 8abaaa725e2570732be9354e518438e5aa559e9a | |
parent | c2e4ff7fb5c009e59c2ad718ae4cce9fe737d540 (diff) |
RISC-V: defconfigs: Remove redundant CONFIG_EFI=y
We've always had CONFIG_EFI as "def_bool y" so this has always been
redundant. It's removed by savedefconfig, so drop it to keep things
clean.
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
-rw-r--r-- | arch/riscv/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 0e2097dad5b0..56e366d3936e 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -141,4 +141,3 @@ CONFIG_RCU_EQS_DEBUG=y # CONFIG_FTRACE is not set # CONFIG_RUNTIME_TESTING_MENU is not set CONFIG_MEMTEST=y -CONFIG_EFI=y |