diff mbox series

ARM: shmobile: defconfig: Supplement DTB with ATAG information

Message ID 20250116153204.615736-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
State New
Delegated to: Geert Uytterhoeven
Headers show
Series ARM: shmobile: defconfig: Supplement DTB with ATAG information | expand

Commit Message

Niklas Söderlund Jan. 16, 2025, 3:32 p.m. UTC
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@ragnatech.se>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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