[PATCH] ARM: shmobile: defconfig: Supplement DTB with ATAG information
Niklas Söderlund
niklas.soderlund+renesas at ragnatech.se
Thu Jan 16 07:32:04 PST 2025
Enable CONFIG_ARM_ATAG_DTB_COMPAT to allow u-boot to override kernel
command line from DTB using the bootargs argument. This is needed at
lest on H1 Marzen to control the command line from u-boot.
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas at ragnatech.se>
---
arch/arm/configs/shmobile_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index a8afbd338de7..0030225dbc34 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -15,6 +15,7 @@ CONFIG_SCHED_MC=y
CONFIG_NR_CPUS=8
CONFIG_HIGHMEM=y
CONFIG_ARM_APPENDED_DTB=y
+CONFIG_ARM_ATAG_DTB_COMPAT=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
--
2.48.0
More information about the linux-arm-kernel
mailing list