[RESEND PATCH 11/18] common: board_r: Drop initr_noncached wrapper

2021-01-16 Thread Ovidiu Panait
Add a return value to noncached_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait Reviewed-by: Simon Glass --- arch/arm/include/asm/system.h | 13 - arch/arm/lib/cache.c | 4 +++-

Re: [PATCH 11/18] common: board_r: Drop initr_noncached wrapper

2020-11-14 Thread Simon Glass
On Thu, 5 Nov 2020 at 03:10, Ovidiu Panait wrote: > > Add a return value to noncached_init 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/system.h | 2 +- > arch/arm/lib/cache.c

[PATCH 11/18] common: board_r: Drop initr_noncached wrapper

2020-11-05 Thread Ovidiu Panait
Add a return value to noncached_init 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/system.h | 2 +- arch/arm/lib/cache.c | 4 +++- common/board_r.c | 10 +- 3