summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-01-08 18:13:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-10 09:46:30 +0100
commit4bd849689560bd386d10f946910ae2184d42f8d2 (patch)
tree6eff4d0c0b6514c95732aa94c3dacb8b4e69e379 /arch/arm
parent7218cfd2264faf299f7095a97892819294cd2be6 (diff)
downloadbarebox-4bd849689560bd386d10f946910ae2184d42f8d2.tar.gz
barebox-4bd849689560bd386d10f946910ae2184d42f8d2.tar.xz
ARM64: qemu-virt64: disable MMU
We have CFI flash at address 0 till start of RAM. Until we have a scheme to remap the flash, so it's usable at that address, just disable the MMU in the defconfig. Currently the defconfig prints a couple of error messages on every start up for cfi-flash as well as environment and state that depend on it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220108171356.586099-2-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/qemu_virt64_defconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/configs/qemu_virt64_defconfig b/arch/arm/configs/qemu_virt64_defconfig
index 57e715bf8d..3802ead279 100644
--- a/arch/arm/configs/qemu_virt64_defconfig
+++ b/arch/arm/configs/qemu_virt64_defconfig
@@ -1,8 +1,5 @@
CONFIG_ARCH_ARM64_VIRT=y
-CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y
CONFIG_ARM_PSCI_CLIENT=y
-CONFIG_MMU=y
-# CONFIG_MMU_EARLY is not set
CONFIG_MALLOC_SIZE=0x0
CONFIG_KALLSYMS=y
CONFIG_PROMPT=""