Re: [PATCH] ARM: i.MX: add Kconfig option for scratchmem

2024-02-07 Thread Sascha Hauer
On Mon, 05 Feb 2024 13:57:28 +0100, Sascha Hauer wrote: > scratch.c is needed for both i.MX8 and i.MX9, but is compiled only for > i.MX8, so linking will failed if only i.MX9 is enabled. > Add a Kconfig option for it and select it from both i.MX8 and i.MX9. > > Applied, thanks! [1/1] ARM:

Re: [PATCH] ARM: i.MX: add Kconfig option for scratchmem

2024-02-05 Thread Marco Felsch
On 24-02-05, Sascha Hauer wrote: > scratch.c is needed for both i.MX8 and i.MX9, but is compiled only for > i.MX8, so linking will failed if only i.MX9 is enabled. > Add a Kconfig option for it and select it from both i.MX8 and i.MX9. > > Signed-off-by: Sascha Hauer Reviewed-by: Marco Felsch