Re: [U-Boot] [PATCH v3 04/14] dm: arm: spl: Allow simple malloc() in SPL

2014-11-23 Thread Simon Glass
On 11 November 2014 at 01:16, Simon Glass wrote: > For SPL it is sometimes useful to have a simple malloc() just to permit > driver model to work, in the cases where the full malloc() is not made > available by the board config. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Chang

[U-Boot] [PATCH v3 04/14] dm: arm: spl: Allow simple malloc() in SPL

2014-11-10 Thread Simon Glass
For SPL it is sometimes useful to have a simple malloc() just to permit driver model to work, in the cases where the full malloc() is not made available by the board config. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/arm/lib/crt0.S | 2 +- 1 file changed, 1 ins