Re: [U-Boot] [PATCH v2 2/2] rockchip: use spl_early_init instead of spl_init

2017-03-16 Thread Liviu Dudau
On Tue, Mar 14, 2017 at 04:18:45PM -0600, Simon Glass wrote: > Hi, > > On 14 March 2017 at 16:13, Liviu Dudau wrote: > > On Tue, Mar 14, 2017 at 01:54:41PM -0600, Simon Glass wrote: > >> From: Eddie Cai > >> > >> use spl_early_init to avoid malloc_base, limit, ptr not initualized. > >> > >> Sign

Re: [U-Boot] [PATCH v2 2/2] rockchip: use spl_early_init instead of spl_init

2017-03-15 Thread Liviu Dudau
On Tue, Mar 14, 2017 at 01:54:41PM -0600, Simon Glass wrote: > From: Eddie Cai > > use spl_early_init to avoid malloc_base, limit, ptr not initualized. > > Signed-off-by: Eddie Cai > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add v2 to the series since this is a new version Hi S

Re: [U-Boot] [PATCH v2 2/2] rockchip: use spl_early_init instead of spl_init

2017-03-14 Thread Simon Glass
Hi, On 14 March 2017 at 16:13, Liviu Dudau wrote: > On Tue, Mar 14, 2017 at 01:54:41PM -0600, Simon Glass wrote: >> From: Eddie Cai >> >> use spl_early_init to avoid malloc_base, limit, ptr not initualized. >> >> Signed-off-by: Eddie Cai >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2

[U-Boot] [PATCH v2 2/2] rockchip: use spl_early_init instead of spl_init

2017-03-14 Thread Simon Glass
From: Eddie Cai use spl_early_init to avoid malloc_base, limit, ptr not initualized. Signed-off-by: Eddie Cai Signed-off-by: Simon Glass --- Changes in v2: - Add v2 to the series since this is a new version arch/arm/mach-rockchip/rk3288-board-spl.c | 2 +- 1 file changed, 1 insertion(+), 1