zynqmp: Increase MAX_XLAT_TABLES
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Mon, 25 Jul 2016 17:33:53 +0000 (10:33 -0700)
committerSoren Brinkmann <soren.brinkmann@xilinx.com>
Tue, 13 Sep 2016 16:19:02 +0000 (09:19 -0700)
When moving the ATF into the DRAM address space an additional
translation table is required.

Reported-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
plat/xilinx/zynqmp/include/platform_def.h

index a8b3646cf83c73f28ec8d840e461d97641c4209a..3c1a9e5c8a20d9b831966f4d2a8d165ca109a572 100644 (file)
  ******************************************************************************/
 #define ADDR_SPACE_SIZE                        (1ull << 32)
 #define MAX_MMAP_REGIONS               7
-#if IMAGE_BL32
-# define MAX_XLAT_TABLES               5
-#else
-# define MAX_XLAT_TABLES               4
-#endif
+#define MAX_XLAT_TABLES                        5
 
 #define CACHE_WRITEBACK_SHIFT   6
 #define CACHE_WRITEBACK_GRANULE (1 << CACHE_WRITEBACK_SHIFT)