Re: [U-Boot] [PATCH 09/17] ARM: SPL: Only call mem_malloc_init if configured

2012-08-16 Thread Tom Rini
On 08/16/2012 01:01 AM, Stefano Babic wrote: > On 15/08/2012 23:30, Tom Rini wrote: >> We can only attempt to setup a malloc pool if >> CONFIG_SYS_SPL_MALLOC_START is defined, and not all boards require it. >> Make the call depend on the define. >> >> Signed-off-by: Tom Rini >> --- >> arch/arm/li

Re: [U-Boot] [PATCH 09/17] ARM: SPL: Only call mem_malloc_init if configured

2012-08-16 Thread Stefano Babic
On 15/08/2012 23:30, Tom Rini wrote: > We can only attempt to setup a malloc pool if > CONFIG_SYS_SPL_MALLOC_START is defined, and not all boards require it. > Make the call depend on the define. > > Signed-off-by: Tom Rini > --- > arch/arm/lib/spl.c |2 ++ > 1 file changed, 2 insertions(+)

[U-Boot] [PATCH 09/17] ARM: SPL: Only call mem_malloc_init if configured

2012-08-15 Thread Tom Rini
We can only attempt to setup a malloc pool if CONFIG_SYS_SPL_MALLOC_START is defined, and not all boards require it. Make the call depend on the define. Signed-off-by: Tom Rini --- arch/arm/lib/spl.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/lib/spl.c b/arch/arm/lib/spl.c