Re: [PATCH v4 12/27] lmb: remove the lmb_init_and_reserve() function

2024-08-26 Thread Ilias Apalodimas
On Mon, 26 Aug 2024 at 15:00, Sughosh Ganu wrote: > > With the changes to make the LMB reservations persistent, the common > memory regions are being added during board init. Remove the > now superfluous lmb_init_and_reserve() function. > > Signed-off-by: Sughosh Ganu > Reviewed-by: Simon Glass

[PATCH v4 12/27] lmb: remove the lmb_init_and_reserve() function

2024-08-26 Thread Sughosh Ganu
With the changes to make the LMB reservations persistent, the common memory regions are being added during board init. Remove the now superfluous lmb_init_and_reserve() function. Signed-off-by: Sughosh Ganu Reviewed-by: Simon Glass --- Changes since V3: None arch/arm/mach-apple/board.c