aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>2019-11-25 01:47:48 -0700
committerJolly Shah <jolly.shah@xilinx.com>2020-01-15 11:04:00 -0800
commit29af4789759714db41d10e3c80d0b00e14916d54 (patch)
tree220c0920441b835c9014726dd37cc9f29f4b817d
parentf8a650c15324efc3f8df421637cd221035701152 (diff)
downloadplatform_external_arm-trusted-firmware-29af4789759714db41d10e3c80d0b00e14916d54.tar.gz
platform_external_arm-trusted-firmware-29af4789759714db41d10e3c80d0b00e14916d54.tar.bz2
platform_external_arm-trusted-firmware-29af4789759714db41d10e3c80d0b00e14916d54.zip
versal: Increase OCM memory size for DEBUG builds
ATF can't fit in current OCM size when the DEBUG is enabled, so increase the OCM size to use 128Kb. Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> Signed-off-by: Jolly Shah <jolly.shah@xilinx.com> Change-Id: I2ebfd1f2e9db9c0b28770aea7f8fbf1a8a15787a
-rw-r--r--plat/xilinx/versal/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/xilinx/versal/include/platform_def.h b/plat/xilinx/versal/include/platform_def.h
index c6be09e75..bcc7a9364 100644
--- a/plat/xilinx/versal/include/platform_def.h
+++ b/plat/xilinx/versal/include/platform_def.h
@@ -31,7 +31,7 @@
* little space for growth.
*/
#ifndef VERSAL_ATF_MEM_BASE
-# define BL31_BASE 0xfffea000
+# define BL31_BASE 0xfffe0000
# define BL31_LIMIT 0xffffffff
#else
# define BL31_BASE (VERSAL_ATF_MEM_BASE)