summaryrefslogtreecommitdiff
path: root/plat/hisilicon/hikey/include/platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/hisilicon/hikey/include/platform_def.h')
-rw-r--r--plat/hisilicon/hikey/include/platform_def.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/hisilicon/hikey/include/platform_def.h b/plat/hisilicon/hikey/include/platform_def.h
index 54be9785..f2d358a7 100644
--- a/plat/hisilicon/hikey/include/platform_def.h
+++ b/plat/hisilicon/hikey/include/platform_def.h
@@ -52,7 +52,8 @@
/*
* Platform specific page table and MMU setup constants
*/
-#define ADDR_SPACE_SIZE (1ULL << 32)
+#define PLAT_VIRT_ADDR_SPACE_SIZE (1ULL << 32)
+#define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 32)
#if defined(IMAGE_BL1) || defined(IMAGE_BL32)
#define MAX_XLAT_TABLES 3