]> git.baikalelectronics.ru Git - uboot.git/commit
common: board_r: Drop initr_secondary_cpu wrapper
authorOvidiu Panait <ovidiu.panait@windriver.com>
Sat, 28 Nov 2020 08:43:09 +0000 (10:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 15 Jan 2021 19:36:11 +0000 (14:36 -0500)
commit5555ef5b00623efb18fbc0b8f99548ae0216efde
treeb892ef4f1e4eec086c67db27cf17b6659fdd9ad8
parent60a2365878a5fb5ca55dfaebfc123523f8d52326
common: board_r: Drop initr_secondary_cpu wrapper

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@windriver.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/powerpc/cpu/mpc85xx/cpu_init.c
common/board_r.c
include/init.h