diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2016-07-15 06:23:37 -0700 |
---|---|---|
committer | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2016-09-13 09:19:02 -0700 |
commit | 0ab6a2429b88015c809b3feff8eb645a1babdf6e (patch) | |
tree | 009d1e2f28f33ea996b92b0017d6c5e1be58d0e6 /plat | |
parent | 06526c9797c4f036e612602fb5a2ca20d80ad1bf (diff) |
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: Soren Brinkmann <soren.brinkmann@xilinx.com>
Diffstat (limited to 'plat')
-rw-r--r-- | plat/xilinx/zynqmp/include/platform_def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plat/xilinx/zynqmp/include/platform_def.h b/plat/xilinx/zynqmp/include/platform_def.h index a35bd129..a8b3646c 100644 --- a/plat/xilinx/zynqmp/include/platform_def.h +++ b/plat/xilinx/zynqmp/include/platform_def.h @@ -56,8 +56,7 @@ * little space for growth. */ #ifndef ZYNQMP_ATF_MEM_BASE -# define BL31_BASE 0xfffe5000 -# define BL31_PROGBITS_LIMIT 0xffffa000 +# define BL31_BASE 0xfffea000 # define BL31_LIMIT 0xffffffff #else # define BL31_BASE (ZYNQMP_ATF_MEM_BASE) |