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

2021-01-16 Thread Tom Rini
On Sat, Nov 28, 2020 at 10:43:09AM +0200, 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 > Reviewed-by: Simon Glass Applied to u-boot/master, thanks

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

2020-11-30 Thread Simon Glass
On Sat, 28 Nov 2020 at 01:44, 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 > --- > v4 updates: > - add reviewed-by tag > > v3 updates: > -none > >

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

2020-11-28 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 --- v4 updates: - add reviewed-by tag v3 updates: -none v2 updates: - add function comment arch/powerpc/cpu/mpc85xx/cpu_init.c |