Commit f58c3100 authored by Joel Hutton's avatar Joel Hutton
Browse files

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: default avatarJoel Hutton <Joel.Hutton@Arm.com>
parent 63b9b542
......@@ -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
......
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