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

2020-11-22 Thread Simon Glass
On Sun, 22 Nov 2020 at 01:37, 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 > --- > v2 updates: > - add function comment > > api/api.c | 6 -- > a

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

2020-11-22 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 --- v2 updates: - add function comment api/api.c | 6 -- api/api_private.h | 2 +- common/board_r.c | 11 +-- include/ap