[RESEND PATCH 14/18] common: board_r: Drop initr_api wrapper

2021-01-16 Thread Ovidiu Panait
Add a return value to api_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 --- api/api.c | 6 -- api/api_private.h | 2 +- common/board_r.c | 11 +-- include/api.h

Re: [PATCH 14/18] common: board_r: Drop initr_api wrapper

2020-11-14 Thread Simon Glass
On Thu, 5 Nov 2020 at 03:11, Ovidiu Panait wrote: > > Add a return value to api_init and use it directly in the > post-relocation init sequence, rather than using a wrapper stub. > > Signed-off-by: Ovidiu Panait > --- > api/api.c | 6 -- > api/api_private.h | 2 +- >

[PATCH 14/18] common: board_r: Drop initr_api wrapper

2020-11-05 Thread Ovidiu Panait
Add a return value to api_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait --- api/api.c | 6 -- api/api_private.h | 2 +- common/board_r.c | 11 +-- include/api.h | 2 +- 4 files changed, 7