On Sun, 2014-04-13 at 12:08 +0200, Hans de Goede wrote: > Hi, > > On 04/12/2014 09:38 PM, Ian Campbell wrote: > > On Sat, 2014-04-12 at 14:57 +0200, Hans de Goede wrote: > >> u-boot does not call mem_malloc_init() until after dram has been setup, so > >> instead of wasting precious SRAM, simply but the HEAP in DRAM (just below > >> the BSS segment). > > > > You also make it quite a bit bigger (2k->512k) -- was that deliberate? > > Yes that was deliberate, this makes it the same size as the BSS segment. Since > it now lives in DRAM it seemed like a good idea to have some space to breathe.
Sounds sensible. Probably worth mentioning in the commit log. Ian. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
