Commit 236c27d2 authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #805 from Xilinx/zynqmp/addr_space_size

zynqmp: Migrate to new address space macros
parents 3140d960 7b2a268e
...@@ -98,7 +98,8 @@ ...@@ -98,7 +98,8 @@
/******************************************************************************* /*******************************************************************************
* Platform specific page table and MMU setup constants * Platform specific page table and MMU setup constants
******************************************************************************/ ******************************************************************************/
#define ADDR_SPACE_SIZE (1ull << 32) #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32)
#define PLAT_VIRT_ADDR_SPACE_SIZE (1ull << 32)
#define MAX_MMAP_REGIONS 7 #define MAX_MMAP_REGIONS 7
#define MAX_XLAT_TABLES 5 #define MAX_XLAT_TABLES 5
......
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