Commit 29af4789 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu Committed by Jolly Shah
Browse files

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: default avatarVenkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Signed-off-by: default avatarJolly Shah <jolly.shah@xilinx.com>
Change-Id: I2ebfd1f2e9db9c0b28770aea7f8fbf1a8a15787a
parent f8a650c1
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
* little space for growth. * little space for growth.
*/ */
#ifndef VERSAL_ATF_MEM_BASE #ifndef VERSAL_ATF_MEM_BASE
# define BL31_BASE 0xfffea000 # define BL31_BASE 0xfffe0000
# define BL31_LIMIT 0xffffffff # define BL31_LIMIT 0xffffffff
#else #else
# define BL31_BASE (VERSAL_ATF_MEM_BASE) # define BL31_BASE (VERSAL_ATF_MEM_BASE)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment