* [PATCH] ARM: remove remaining occurences of CONFIG_MMU_EARLY
@ 2023-10-23 8:17 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2023-10-23 8:17 UTC (permalink / raw)
To: Barebox List
CONFIG_MMU_EARLY has been removed. Remove the remaining occurences of
this option.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/configs/am35xx_pfc200_xload_defconfig | 1 -
arch/arm/configs/rpi_v8a_defconfig | 1 -
arch/arm/mach-bcm283x/Kconfig | 2 --
3 files changed, 4 deletions(-)
diff --git a/arch/arm/configs/am35xx_pfc200_xload_defconfig b/arch/arm/configs/am35xx_pfc200_xload_defconfig
index 73888fd7b4..a69d4c9fbc 100644
--- a/arch/arm/configs/am35xx_pfc200_xload_defconfig
+++ b/arch/arm/configs/am35xx_pfc200_xload_defconfig
@@ -6,7 +6,6 @@ CONFIG_THUMB2_BAREBOX=y
# CONFIG_ARM_EXCEPTIONS is not set
# CONFIG_MEMINFO is not set
CONFIG_MMU=y
-# CONFIG_MMU_EARLY is not set
CONFIG_STACK_SIZE=0xc00
CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_DUMMY=y
diff --git a/arch/arm/configs/rpi_v8a_defconfig b/arch/arm/configs/rpi_v8a_defconfig
index 75f62ddb65..39754f025e 100644
--- a/arch/arm/configs/rpi_v8a_defconfig
+++ b/arch/arm/configs/rpi_v8a_defconfig
@@ -5,7 +5,6 @@ CONFIG_MACH_RPI4=y
CONFIG_64BIT=y
CONFIG_IMAGE_COMPRESSION_NONE=y
CONFIG_MMU=y
-# CONFIG_MMU_EARLY is not set
CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_TLSF=y
CONFIG_KALLSYMS=y
diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig
index 48209fb5c6..f7434d2f5c 100644
--- a/arch/arm/mach-bcm283x/Kconfig
+++ b/arch/arm/mach-bcm283x/Kconfig
@@ -41,13 +41,11 @@ config MACH_RPI3
bool "RaspberryPi 3 (BCM2837/CORTEX-A53)"
select MACH_RPI_AARCH_32_64
select MACH_RPI_COMMON
- depends on 32BIT || (64BIT && !MMU_EARLY)
config MACH_RPI_CM3
bool "RaspberryPi Compute Module 3 (BCM2837/CORTEX-A53)"
select MACH_RPI_AARCH_32_64
select MACH_RPI_COMMON
- depends on 32BIT || (64BIT && !MMU_EARLY)
config MACH_RPI4
bool "RaspberryPi 4 (BCM2711/CORTEX-A72)"
--
2.39.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-10-23 8:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 8:17 [PATCH] ARM: remove remaining occurences of CONFIG_MMU_EARLY Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox