
7 Jul
2020
7 Jul
'20
11:45 a.m.
On Mon, Jun 29, 2020 at 7:48 PM Leo Yu-Chi Liang ycliang@andestech.com wrote:
Switch off SMP support when building u-boot-spl would cause linking error as follow: undefined reference to 'secondary hart relocate' and 'smp_call_function'. Add macro to wrap up proper code region that needs SMP configuration on.
Signed-off by: Leo Liang ycliang@andestech.com Cc: rick@andestech.com
arch/riscv/cpu/start.S | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Bin Meng bin.meng@windriver.com