[RESEND PATCH 13/18] common: board_r: Drop initr_jumptable wrapper

2021-01-16 Thread Ovidiu Panait
Add a return value to jumptable_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 --- common/board_r.c | 8 +--- common/exports.c | 4 +++- include/exports.h | 10 -- 3 files

Re: [PATCH 13/18] common: board_r: Drop initr_jumptable wrapper

2020-11-14 Thread Simon Glass
On Thu, 5 Nov 2020 at 03:10, Ovidiu Panait wrote: > > Add a return value to jumptable_init and use it directly in the > post-relocation init sequence, rather than using a wrapper stub. > > Signed-off-by: Ovidiu Panait > --- > common/board_r.c | 8 +--- > common/exports.c | 4 +++- >

[PATCH 13/18] common: board_r: Drop initr_jumptable wrapper

2020-11-05 Thread Ovidiu Panait
Add a return value to jumptable_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait --- common/board_r.c | 8 +--- common/exports.c | 4 +++- include/exports.h | 2 +- 3 files changed, 5 insertions(+), 9