Re: [PATCH v3 07/18] common: board_r: Drop initr_secondary_cpu wrapper

2020-11-24 Thread Simon Glass
On Mon, 23 Nov 2020 at 06:17, Ovidiu Panait 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 > --- > v3 updates: > -none > > v2 updates: > - add function comment > >

[PATCH v3 07/18] common: board_r: Drop initr_secondary_cpu wrapper

2020-11-23 Thread Ovidiu Panait
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 --- v3 updates: -none v2 updates: - add function comment arch/powerpc/cpu/mpc85xx/cpu_init.c | 4 +++- common/board_r.c