On 4 February 2015 at 05:05, Hans de Goede <[email protected]> wrote: > Before this patch malloc_simple would always allocate a chunk of RAM from > the stack. This commit adds a CONFIG_SYS_MALLOC_F_BASE define, which when > set directly specifies the memory address to use for the heap with > malloc_simple. > > Signed-off-by: Hans de Goede <[email protected]> > --- > arch/arm/lib/crt0.S | 2 +- > common/board_f.c | 4 ++++ > common/spl/spl.c | 3 +++ > 3 files changed, 8 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

