From: Niklas Söderlund Date: Thu, 16 Jan 2025 15:32:04 +0000 (+0100) Subject: ARM: shmobile: defconfig: Supplement DTB with ATAG information X-Git-Tag: v6.15-rc1~157^2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff5a81e0178e5c032ac9700093f4877632d28c0a;p=thirdparty%2Flinux.git ARM: shmobile: defconfig: Supplement DTB with ATAG information 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 least on R-Car H1 Marzen to control the command line from U-Boot. Signed-off-by: Niklas Söderlund Reviewed-by: Geert Uytterhoeven Tested-by: Geert Uytterhoeven Link: https://lore.kernel.org/20250116153204.615736-1-niklas.soderlund+renesas@ragnatech.se Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index fd28f3176c6ba..8c30ed14e52c5 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -14,6 +14,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