Re: [U-Boot] [PATCH] at91: simplify spl board_init_f function

2015-10-23 Thread Andreas Bießmann
On 23.10.15 11:23, Josh Wu wrote: > crt0.S do both memset the bss section and call board_init_r for us, so > remove them from board_init_f(). > > Signed-off-by: Josh Wu Reviewed-by: Andreas Bießmann > --- > > arch/arm/mach-at91/spl_atmel.c | 5 - > 1 file changed, 5 deletions(-) > > d

Re: [U-Boot] [PATCH] at91: simplify spl board_init_f function

2015-10-23 Thread Simon Glass
On 23 October 2015 at 03:23, Josh Wu wrote: > crt0.S do both memset the bss section and call board_init_r for us, so > remove them from board_init_f(). > > Signed-off-by: Josh Wu > --- > > arch/arm/mach-at91/spl_atmel.c | 5 - > 1 file changed, 5 deletions(-) Reviewed-by: Simon Glass _