
14 Nov
2020
14 Nov
'20
4:17 p.m.
On Thu, 5 Nov 2020 at 03:11, Ovidiu Panait ovidiu.panait@windriver.com 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 ovidiu.panait@windriver.com
api/api.c | 6 ++++-- api/api_private.h | 2 +- common/board_r.c | 11 +---------- include/api.h | 2 +- 4 files changed, 7 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org