On Sun, 13 Oct 2024 at 04:56, Sughosh Ganu <[email protected]> wrote: > > The efi_add_known_memory() function for the TI K3 platforms is adding > the EFI_CONVENTIONAL_MEMORY type. This memory is now being handled > through the LMB module -- the lmb_add_memory() adds this memory to the > memory map. Remove the definition of the now superfluous > efi_add_known_memory() function. > > Signed-off-by: Sughosh Ganu <[email protected]> > Reviewed-by: Ilias Apalodimas <[email protected]> > --- > Changes since V2: None > > arch/arm/mach-k3/common.c | 11 ----------- > 1 file changed, 11 deletions(-)
I agree we should not have these calls sprinkled throughout U-Boot. In fact let's make efi_add_memory_map() static at some point! Reviewed-by: Simon Glass <[email protected]>

