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

2015-09-15 Thread Tom Rini
On Mon, Sep 14, 2015 at 07:04:51PM +0200, 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 Reviewed

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

2015-09-14 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 --- Changes in v2: -Call spl_init from board_init_f, so that it does not get called