diff options
author | Tim Harvey <tharvey@gateworks.com> | 2015-05-14 06:22:07 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-15 19:25:07 +0200 |
commit | af1db4a39034ae15a91f0dae7da9548f0501febf (patch) | |
tree | b8f9d80b9201e8f142a92644581fff433713002e /configs | |
parent | ea7a3c446b9f117a07fe17276eac44f07952bfff (diff) |
imx: ventana: use stack relocation
Certain features we desire require a larger stack than is available by using
iRAM (most notably for us, env_mmc). Relocate the stack to DRAM so that
we can use these features.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/gwventana_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_defconfig b/configs/gwventana_defconfig index c7882aca3f..2d6552fef7 100644 --- a/configs/gwventana_defconfig +++ b/configs/gwventana_defconfig @@ -3,3 +3,5 @@ CONFIG_TARGET_GW_VENTANA=y CONFIG_SYS_MALLOC_F=y CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL" +CONFIG_SPL_STACK_R=y +CONFIG_SPL_STACK_R_ADDR=0x18000000 |