From f58c3100cd0f5bb88535e367c2351cf1325805e2 Mon Sep 17 00:00:00 2001 From: Joel Hutton Date: Wed, 28 Nov 2018 11:09:24 +0000 Subject: [PATCH] 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 --- plat/hisilicon/hikey960/include/platform_def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plat/hisilicon/hikey960/include/platform_def.h b/plat/hisilicon/hikey960/include/platform_def.h index 3e2d79daa..7c3c10238 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 -- GitLab