Skip to content

Commit 0312a3d

Browse files
riscv: Fix use of undefined config option CONFIG_CONFIG_MMU
In Kconfig files, config options are written without the CONFIG_ prefix. Fixes: 6bd33e1 ("riscv: add nommu support") Signed-off-by: Andreas Schwab <[email protected]> Reviewed-by: Anup Patel <[email protected]> Signed-off-by: Paul Walmsley <[email protected]>
1 parent 7e0165b commit 0312a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ config GENERIC_HWEIGHT
154154
def_bool y
155155

156156
config FIX_EARLYCON_MEM
157-
def_bool CONFIG_MMU
157+
def_bool MMU
158158

159159
config PGTABLE_LEVELS
160160
int

0 commit comments

Comments
 (0)