Re: [RFC PATCH v2 19/48] lmb: remove the lmb_init_and_reserve() function

2024-07-22 Thread Ilias Apalodimas
On Thu, 4 Jul 2024 at 10:37, 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 > --- > Changes since V1: > *

Re: [RFC PATCH v2 19/48] lmb: remove the lmb_init_and_reserve() function

2024-07-13 Thread Simon Glass
On Thu, 4 Jul 2024 at 08:37, 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 > --- > Changes since V1: > *