[PATCH 4/7] common: board_r: drop initr_addr_map wrapper
Simon Glass
sjg at chromium.org
Fri Nov 5 03:02:10 CET 2021
On Sat, 30 Oct 2021 at 00:52, Ovidiu Panait <ovidiu.panait at windriver.com> wrote:
>
> Add a return value to init_addr_map and use it directly in the
> post-relocation init sequence, rather than using a wrapper stub.
>
> Signed-off-by: Ovidiu Panait <ovidiu.panait at windriver.com>
> ---
>
> arch/arm/include/asm/mmu.h | 2 +-
> arch/arm/mach-bcm283x/init.c | 4 +++-
> arch/powerpc/cpu/mpc85xx/tlb.c | 4 ++--
> arch/powerpc/include/asm/mmu.h | 2 +-
> common/board_r.c | 11 +----------
> 5 files changed, 8 insertions(+), 15 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list