[PATCH v3 09/15] stm32mp: remove efi_add_known_memory() function definition
Simon Glass
sjg at chromium.org
Mon Oct 14 17:50:47 CEST 2024
On Sun, 13 Oct 2024 at 04:56, Sughosh Ganu <sughosh.ganu at linaro.org> 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 <sughosh.ganu at linaro.org>
> Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
> Changes since V2: None
>
> arch/arm/mach-stm32mp/dram_init.c | 11 -----------
> 1 file changed, 11 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list