commit | 76fa0b2b8e70f78d398239a037808040d014784b | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Sep 13 12:31:24 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Oct 20 18:40:27 2015 +0200 |
tree | c2df1e931bde75ca5f9714e6d3396a9c1256f1d5 | |
parent | 66ab79dd6547880f2b11775ca1c72d1921883c27 [diff] |
sunxi: Switch to using malloc_simple for the spl 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 <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Tom Rini <trini@konsulko.com>