zynqmp: Change default BL31 address space
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Fri, 15 Jul 2016 13:23:37 +0000 (06:23 -0700)
committerSoren Brinkmann <soren.brinkmann@xilinx.com>
Tue, 13 Sep 2016 16:19:02 +0000 (09:19 -0700)
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>
plat/xilinx/zynqmp/include/platform_def.h

index a35bd12939afa7368310e50398ee302242c5bede..a8b3646cf83c73f28ec8d840e461d97641c4209a 100644 (file)
@@ -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)