Re: [U-Boot] [PATCH v2 3/4] ARM: spl: atmel: move mem_init() advance in SPL init.

2017-04-13 Thread Simon Glass
On 23 March 2017 at 21:34, Wenyou Yang wrote: > Because the MMC SPL puts the bbs section in the ddr memory, move > calling mem_init() before calling spl_init(). > > Signed-off-by: Wenyou Yang > --- > > Changes in v2: None > > arch/arm/mach-at91/spl_atmel.c | 3 ++- > 1 file changed, 2 insertions

[U-Boot] [PATCH v2 3/4] ARM: spl: atmel: move mem_init() advance in SPL init.

2017-03-23 Thread Wenyou Yang
Because the MMC SPL puts the bbs section in the ddr memory, move calling mem_init() before calling spl_init(). Signed-off-by: Wenyou Yang --- Changes in v2: None arch/arm/mach-at91/spl_atmel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/spl_atmel.c