[RESEND PATCH 4/7] common: board_r: drop initr_addr_map wrapper

2021-12-25 Thread Ovidiu Panait
Add a return value to init_addr_map and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Reviewed-by: Matthias Brugger Reviewed-by: Simon Glass Signed-off-by: Ovidiu Panait --- arch/arm/include/asm/mmu.h | 2 +- arch/arm/mach-bcm283x/init.c | 4

Re: [PATCH 4/7] common: board_r: drop initr_addr_map wrapper

2021-11-04 Thread Simon Glass
On Sat, 30 Oct 2021 at 00:52, Ovidiu Panait 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 > --- > > arch/arm/include/asm/mmu.h | 2 +- >

Re: [PATCH 4/7] common: board_r: drop initr_addr_map wrapper

2021-11-03 Thread Matthias Brugger
On 30/10/2021 08:51, Ovidiu Panait 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 --- arch/arm/include/asm/mmu.h | 2 +- arch/arm/mach-bcm283x/init.c | 4 +++-

[PATCH 4/7] common: board_r: drop initr_addr_map wrapper

2021-10-30 Thread Ovidiu Panait
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 --- arch/arm/include/asm/mmu.h | 2 +- arch/arm/mach-bcm283x/init.c | 4 +++- arch/powerpc/cpu/mpc85xx/tlb.c | 4 ++--