
5 Nov
2021
5 Nov
'21
3:02 a.m.
On Sat, 30 Oct 2021 at 00:52, Ovidiu Panait ovidiu.panait@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@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@chromium.org