mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-26 17:57:16 +00:00
Merge pull request #805 from Xilinx/zynqmp/addr_space_size
zynqmp: Migrate to new address space macros
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user