From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 18 Aug 2015 09:01:53 +0100 Subject: [U-Boot] [PATCH 2/3] sunxi: Switch to using malloc_simple for the spl In-Reply-To: <1439827706-1748-3-git-send-email-hdegoede@redhat.com> References: <1439827706-1748-1-git-send-email-hdegoede@redhat.com> <1439827706-1748-3-git-send-email-hdegoede@redhat.com> Message-ID: <1439884913.3480.73.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2015-08-17 at 18:08 +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-by: Simon Glass Acked-by: Ian Campbell