[PATCH v4 07/18] common: board_r: Drop initr_secondary_cpu wrapper
Simon Glass
sjg at chromium.org
Mon Nov 30 21:12:29 CET 2020
On Sat, 28 Nov 2020 at 01:44, Ovidiu Panait <ovidiu.panait at windriver.com> wrote:
>
> Add a return value to cpu_secondary_init_r 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>
> ---
> v4 updates:
> - add reviewed-by tag
>
> v3 updates:
> -none
>
> v2 updates:
> - add function comment
>
> arch/powerpc/cpu/mpc85xx/cpu_init.c | 4 +++-
> common/board_r.c | 17 ++---------------
> include/init.h | 14 ++++++++++++++
> 3 files changed, 19 insertions(+), 16 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list