On Thu, 5 Nov 2020 at 03:10, Ovidiu Panait <[email protected]> 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 <[email protected]> > --- > arch/arm/include/asm/system.h | 2 +- > arch/arm/lib/cache.c | 4 +++- > common/board_r.c | 10 +--------- > 3 files changed, 5 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass <[email protected]> Again when you change a function signature, it's a good oppty to add a comment if one is missing

