commit | 9f7dc80d27c98a2cf8da5894a8d6f42e72c9c178 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Sep 13 17:16:54 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Sep 29 11:50:07 2015 +0200 |
tree | 5ea778bfa2198e77d75dcc097757e96c32fbc149 | |
parent | 22a1a53f53c6a4466c66ea02693a781c90fa3dac [diff] |
sunxi: Tweak various memory addresses For the upcoming nand support we need a bigger heap, esp. ubi[fs] uses quite a bit of memory, increase the heap size to 64 MB. Our video code returns unused reserved framebuffer memory to the kernel before booting it. Drop the #ifdef-ery and simply always reserve 16 MB. Adjust bootm_size for the above changes. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>