Re: [U-Boot] [PATCH 4/4] sunxi: Switch to using malloc_simple for the spl

2015-02-04 Thread Simon Glass
On 4 February 2015 at 05:05, Hans de Goede wrote: > common/dlmalloc.c is quite big, both in .text and .data usage. E.g. for a > Mele_M9 sun6i board build this reduces .text from 0x4214 to 0x3b94 bytes, and > .data from 0x54c to 0x144 bytes. > > Signed-off-by: Hans de Goede > --- > include/config

[U-Boot] [PATCH 4/4] sunxi: Switch to using malloc_simple for the spl

2015-02-04 Thread Hans de Goede
common/dlmalloc.c is quite big, both in .text and .data usage. E.g. for a Mele_M9 sun6i board build this reduces .text from 0x4214 to 0x3b94 bytes, and .data from 0x54c to 0x144 bytes. Signed-off-by: Hans de Goede --- include/configs/sunxi-common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 d