Commit 797ab652 authored by Soren Brinkmann's avatar Soren Brinkmann
Browse files

zynqmp: Increase MAX_XLAT_TABLES



When moving the ATF into the DRAM address space an additional
translation table is required.
Reported-by: default avatarMichal Simek <michal.simek@xilinx.com>
Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
parent 0ab6a242
...@@ -100,11 +100,7 @@ ...@@ -100,11 +100,7 @@
******************************************************************************/ ******************************************************************************/
#define ADDR_SPACE_SIZE (1ull << 32) #define ADDR_SPACE_SIZE (1ull << 32)
#define MAX_MMAP_REGIONS 7 #define MAX_MMAP_REGIONS 7
#if IMAGE_BL32 #define MAX_XLAT_TABLES 5
# define MAX_XLAT_TABLES 5
#else
# define MAX_XLAT_TABLES 4
#endif
#define CACHE_WRITEBACK_SHIFT 6 #define CACHE_WRITEBACK_SHIFT 6
#define CACHE_WRITEBACK_GRANULE (1 << CACHE_WRITEBACK_SHIFT) #define CACHE_WRITEBACK_GRANULE (1 << CACHE_WRITEBACK_SHIFT)
......
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