commit | 66ab79dd6547880f2b11775ca1c72d1921883c27 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Sep 13 13:02:48 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Tue Oct 20 18:40:27 2015 +0200 |
tree | 8a0a2b6e30217f5f0a2a51d8a8f093ab0536f0b6 | |
parent | 8f28038491d7f3e73f3597173239e6abab81b468 [diff] |
sunxi: Enable CONFIG_SPL_STACK_R Select CONFIG_SPL_STACK_R for sunxi boards, this gives us much more room on the stack once we've the DRAM running. Besides being a good change to have on itself, this also paves the way for switching to using malloc_simple in the SPL which cuts of close to 4KiB of the SPL size. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Tom Rini <trini@konsulko.com>