Re: [U-Boot] [PATCH 1/1] devkit8000: Add malloc space for SPL

2011-10-21 Thread Simon Schwarz
On 10/18/2011 09:54 PM, Tom Rini wrote: > With malloc support being a new requirement for all ARM SPL > implementations, define a small area for use on devkit8000. > > Cc: Frederik Kriewitz > Cc: Albert ARIBAUD > Cc: Simon Schwarz > Signed-off-by: Tom Rini > --- > include/configs/devkit8000.h |

Re: [U-Boot] [PATCH 1/1] devkit8000: Add malloc space for SPL

2011-10-18 Thread Tom Rini
On 10/18/2011 01:06 PM, Albert ARIBAUD wrote: > Hi Tom, > > Le 18/10/2011 21:54, Tom Rini a écrit : >> With malloc support being a new requirement for all ARM SPL >> implementations, define a small area for use on devkit8000. >> >> Cc: Frederik Kriewitz >> Cc: Albert ARIBAUD >> Cc: Simon Schwarz >

Re: [U-Boot] [PATCH 1/1] devkit8000: Add malloc space for SPL

2011-10-18 Thread Albert ARIBAUD
Hi Tom, Le 18/10/2011 21:54, Tom Rini a écrit : > With malloc support being a new requirement for all ARM SPL > implementations, define a small area for use on devkit8000. > > Cc: Frederik Kriewitz > Cc: Albert ARIBAUD > Cc: Simon Schwarz > Signed-off-by: Tom Rini > --- > include/configs/devkit8

[U-Boot] [PATCH 1/1] devkit8000: Add malloc space for SPL

2011-10-18 Thread Tom Rini
With malloc support being a new requirement for all ARM SPL implementations, define a small area for use on devkit8000. Cc: Frederik Kriewitz Cc: Albert ARIBAUD Cc: Simon Schwarz Signed-off-by: Tom Rini --- include/configs/devkit8000.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions