Re: [U-Boot] [PATCH v3 2/2] rockchip: rk3288: use spl_early_init() instead of spl_init()

2017-03-15 Thread Andy Pont
Simon wrote... > diff --git a/arch/arm/mach-rockchip/rk3288-board-spl.c b/arch/arm/mach- > rockchip/rk3288-board-spl.c > index e51e19bb2d..f494843663 100644 > --- a/arch/arm/mach-rockchip/rk3288-board-spl.c > +++ b/arch/arm/mach-rockchip/rk3288-board-spl.c > @@ -185,7 +185,7 @@ void board_init_f(u

[U-Boot] [PATCH v3 2/2] rockchip: rk3288: use spl_early_init() instead of spl_init()

2017-03-14 Thread Simon Glass
From: Eddie Cai Use spl_early_init() to make sure that early malloc() is initialised. This fixes booting on firefly-rk3288, for example. Signed-off-by: Eddie Cai Signed-off-by: Simon Glass --- Changes in v3: - Rewrite both commit messages Changes in v2: - Add v2 to the series since this is a