summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-09-13 13:02:48 +0200
committerHans de Goede <hdegoede@redhat.com>2015-10-20 18:40:27 +0200
commitff42d107bfcf2205824d3809ccbc6a94d7646309 (patch)
tree8a0a2b6e30217f5f0a2a51d8a8f093ab0536f0b6 /arch/arm/Kconfig
parentdcfcb8d49a291736623b630ae977e4184590f8fe (diff)
downloadtalos-obmc-uboot-ff42d107bfcf2205824d3809ccbc6a94d7646309.tar.gz
talos-obmc-uboot-ff42d107bfcf2205824d3809ccbc6a94d7646309.zip
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 798135574a..1a7e916acd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -522,6 +522,7 @@ config ARCH_SUNXI
select DM_USB
select OF_CONTROL
select OF_SEPARATE
+ select SPL_STACK_R if !MACH_SUN9I
select USB
select USB_STORAGE
select USB_KEYBOARD
OpenPOWER on IntegriCloud