[PATCH v2 14/18] common: board_r: Drop initr_api wrapper
Simon Glass
sjg at chromium.org
Mon Nov 23 02:28:30 CET 2020
On Sun, 22 Nov 2020 at 01:37, Ovidiu Panait <ovidiu.panait at 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 at windriver.com>
> ---
> v2 updates:
> - add function comment
>
> api/api.c | 6 ++++--
> api/api_private.h | 2 +-
> common/board_r.c | 11 +----------
> include/api.h | 10 +++++++++-
> 4 files changed, 15 insertions(+), 14 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list