Re: [PATCH] of: fdt: Remove early_init_dt_reserve_memory_arch() override capability

From: Rob Herring
Date: Sun Aug 15 2021 - 10:55:16 EST


On Wed, 11 Aug 2021 10:52:28 +0200, Geert Uytterhoeven wrote:
> Commit e7ae8d174eec0b3b ("MIPS: replace add_memory_region with
> memblock") removed the last architecture-specific override of
> early_init_dt_reserve_memory_arch().
> Convert the common implementation from a weak global function to a
> static function.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> Should the "_arch" suffix be removed?
> Similar commit 0fa1c579349fdd90 ("of/fdt: use memblock_virt_alloc for
> early alloc") did not.
> ---
> drivers/of/fdt.c | 32 ++++++++++++++++----------------
> include/linux/of_fdt.h | 2 --
> 2 files changed, 16 insertions(+), 18 deletions(-)
>

Applied, thanks!