Message ID | 20250116153204.615736-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive) |
---|---|
State | Mainlined |
Commit | 1683e7cdf1766a96002559db5ddf7e47808d941d |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | ARM: shmobile: defconfig: Supplement DTB with ATAG information | expand |
Hi Niklas, Thanks for your patch! On Thu, Jan 16, 2025 at 4:33 PM Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> wrote: > 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. least > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Thanks, this indeed makes shmobile_defconfig boot on my old Marzen. Unfortunately this change is not sufficient for my old Lager (I guess I should upgrade U-Boot instead ;-) Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v6.15. Gr{oetje,eeting}s, Geert
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
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(+)