Re: [PATCH v2 4/5] lmb: use a single function to free up memory

2025-05-21 Thread Ilias Apalodimas
Hi Sughosh, On Tue May 20, 2025 at 3:06 PM EEST, Sughosh Ganu wrote: > There is no need to have two separate API's for freeing up memory. Use > a single API lmb_free() to achieve this. > > Signed-off-by: Sughosh Ganu Reviewed-by: Ilias Apalodimas > --- > Changes since V1: None > > boot/image-

[PATCH v2 4/5] lmb: use a single function to free up memory

2025-05-20 Thread Sughosh Ganu
There is no need to have two separate API's for freeing up memory. Use a single API lmb_free() to achieve this. Signed-off-by: Sughosh Ganu --- Changes since V1: None boot/image-fdt.c| 2 +- cmd/load.c | 2 +- include/lmb.h | 6 ++--- lib/efi_loader