aboutsummaryrefslogtreecommitdiff
path: root/include/configs/zynq-common.h
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2017-07-24 16:53:15 +0530
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 09:41:27 +0200
commitd6d82cb0bee0b4ea53e6873010c67371af2dd5aa (patch)
treea43b2e42705a1cf0d74fa65e230badf9d0d3d2cb /include/configs/zynq-common.h
parentd6f48ea5ce181aa48810029e2cd32fae2842de01 (diff)
downloadu-boot-d6d82cb0bee0b4ea53e6873010c67371af2dd5aa.zip
u-boot-d6d82cb0bee0b4ea53e6873010c67371af2dd5aa.tar.gz
u-boot-d6d82cb0bee0b4ea53e6873010c67371af2dd5aa.tar.bz2
ARM: zynq: Increase init ram size by 4K
Increase init ram size by 4K such that more stack space will be available during initialization as the present stackspace is not sufficient if DEBUG option is enabled and causes system hang. Increasing init ram size provides sufficient stack space during init even if DEBUG enabled and solves the hang issue. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r--include/configs/zynq-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index b7e6666..785377e 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -262,7 +262,7 @@
#define CONFIG_SYS_MEMTEST_END 0x1000
#define CONFIG_SYS_INIT_RAM_ADDR 0xFFFF0000
-#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
+#define CONFIG_SYS_INIT_RAM_SIZE 0x2000
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
CONFIG_SYS_INIT_RAM_SIZE - \
GENERATED_GBL_DATA_SIZE)