Commit 0ab6a242 authored by Soren Brinkmann's avatar Soren Brinkmann
Browse files

zynqmp: Change default BL31 address space



The OCM space was reorganized to use the space more efficiently. Adjust
the default ATF location to be aligned with other ZynqMP software
components.
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
parent 06526c97
...@@ -56,8 +56,7 @@ ...@@ -56,8 +56,7 @@
* little space for growth. * little space for growth.
*/ */
#ifndef ZYNQMP_ATF_MEM_BASE #ifndef ZYNQMP_ATF_MEM_BASE
# define BL31_BASE 0xfffe5000 # define BL31_BASE 0xfffea000
# define BL31_PROGBITS_LIMIT 0xffffa000
# define BL31_LIMIT 0xffffffff # define BL31_LIMIT 0xffffffff
#else #else
# define BL31_BASE (ZYNQMP_ATF_MEM_BASE) # define BL31_BASE (ZYNQMP_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