aboutsummaryrefslogtreecommitdiff
path: root/plat/hisilicon
diff options
context:
space:
mode:
authorJoel Hutton <Joel.Hutton@Arm.com>2018-11-28 11:09:24 +0000
committerJoel Hutton <Joel.Hutton@Arm.com>2019-01-10 15:20:32 +0000
commitf58c3100cd0f5bb88535e367c2351cf1325805e2 (patch)
tree357bf4369c7b0f8817c3c43efe843e4d02974a25 /plat/hisilicon
parent63b9b5425f15a18b4afb957b1f1c861d14a611fa (diff)
downloadtrusted-firmware-a-f58c3100cd0f5bb88535e367c2351cf1325805e2.tar.gz
hikey960: Increase max xlat tables
It is cleaner to use the same number of tables regardless of whether OP-TEE is used or not. This doesn't result in a significant memory usage increase. Change-Id: I38bcaa3f2f197c0a352153117592749f189a265c Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>
Diffstat (limited to 'plat/hisilicon')
-rw-r--r--plat/hisilicon/hikey960/include/platform_def.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plat/hisilicon/hikey960/include/platform_def.h b/plat/hisilicon/hikey960/include/platform_def.h
index 3e2d79daaf..7c3c10238d 100644
--- a/plat/hisilicon/hikey960/include/platform_def.h
+++ b/plat/hisilicon/hikey960/include/platform_def.h
@@ -122,11 +122,7 @@
#endif
#ifdef IMAGE_BL2
-#ifdef SPD_opteed
#define MAX_XLAT_TABLES 4
-#else
-#define MAX_XLAT_TABLES 3
-#endif
#endif
#define MAX_MMAP_REGIONS 16