Re: [U-Boot] [PATCH 02/12] arm: spear: Drop useless board_init_r call

2019-07-11 Thread Tom Rini
On Tue, May 07, 2019 at 02:18:44PM +0200, Miquel Raynal wrote: > It is clearly stated that board_init_f should *not* call > board_init_r. Indeed, board_init_f should return. The code will > continue through arch/arm/lib/crt0.S which will do more setup before > calling board_init_r. > > Signed-off

Re: [U-Boot] [PATCH 02/12] arm: spear: Drop useless board_init_r call

2019-05-07 Thread Stefan Roese
On 07.05.19 14:18, Miquel Raynal wrote: It is clearly stated that board_init_f should *not* call board_init_r. Indeed, board_init_f should return. The code will continue through arch/arm/lib/crt0.S which will do more setup before calling board_init_r. Signed-off-by: Miquel Raynal Reviewed-by:

[U-Boot] [PATCH 02/12] arm: spear: Drop useless board_init_r call

2019-05-07 Thread Miquel Raynal
It is clearly stated that board_init_f should *not* call board_init_r. Indeed, board_init_f should return. The code will continue through arch/arm/lib/crt0.S which will do more setup before calling board_init_r. Signed-off-by: Miquel Raynal --- arch/arm/cpu/arm926ejs/spear/spl.c | 2 -- 1 file c