On Sun, 13 Oct 2024 at 04:56, Sughosh Ganu <[email protected]> wrote: > > The efi_add_known_memory() function for the stm32mp 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-stm32mp/dram_init.c | 11 ----------- > 1 file changed, 11 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

