On Wed, 24 Jul 2024 at 00:04, Sughosh Ganu <[email protected]> wrote: > > With the move to make the LMB allocations persistent and the common > memory regions being reserved during board init, there is no need for > an explicit reservation of a memory range. Remove the > lmb_init_and_reserve_range() function. > > Signed-off-by: Sughosh Ganu <[email protected]> > Reviewed-by: Ilias Apalodimas <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > --- > Changes since rfc: None > > boot/bootm.c | 15 +-------------- > include/lmb.h | 3 --- > lib/lmb.c | 8 -------- > 3 files changed, 1 insertion(+), 25 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

