summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-05-10 14:20:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-05-22 12:38:17 +0200
commitcb208f5fe5db6e45e5751c7385a56dc41cc02452 (patch)
tree41ab16fce42bb8a82068800f5e26dc15326fc4da /common/Kconfig
parent646009e1b069938384355e0ecfee039b94fadb26 (diff)
downloadbarebox-cb208f5fe5db6e45e5751c7385a56dc41cc02452.tar.gz
barebox-cb208f5fe5db6e45e5751c7385a56dc41cc02452.tar.xz
ARM: mmu: always do MMU initialization early when MMU is enabled
Drop the CONFIG_MMU_EARLY and make early MMU initialization the default. Doing so allows us for some simplifications in the MMU code as we have less code pathes to care and think about. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/Kconfig b/common/Kconfig
index ac3df75acb..c6008f125b 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -185,15 +185,6 @@ config MMU
to enable the data cache which depends on the MMU. See Documentation/mmu.txt
for further information.
-config MMU_EARLY
- bool "Enable MMU early"
- depends on ARM
- depends on MMU
- default y
- help
- This enables the MMU during early startup. This speeds up things during startup
- of barebox, but may lead to harder to debug code. If unsure say yes here.
-
config HAVE_CONFIGURABLE_TEXT_BASE
bool