Re: [DO NOT MERGE v6 01/37] sh: passing FDT address to kernel startup.

2024-01-15 Thread Geert Uytterhoeven
On Tue, Jan 9, 2024 at 9:23 AM Yoshinori Sato wrote: > R4 is caller saved in SH ABI. > Save it so it doesn't get corrupted until it's needed for initialization. > > Signed-off-by: Yoshinori Sato My Reviewed-by: Geert Uytterhoeven on v3 is still valid. Gr{oetje,eeting}s,

[DO NOT MERGE v6 01/37] sh: passing FDT address to kernel startup.

2024-01-09 Thread Yoshinori Sato
R4 is caller saved in SH ABI. Save it so it doesn't get corrupted until it's needed for initialization. Signed-off-by: Yoshinori Sato --- arch/sh/boot/compressed/head_32.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/sh/boot/compressed/head_32.S