summaryrefslogtreecommitdiff
path: root/plat/imx/imx8qm/include/platform_def.h
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2018-01-17 15:43:51 +0800
committerAbel Vesa <abel.vesa@nxp.com>2018-06-11 10:33:02 +0300
commitd4a858c7e5b37dc40a9110485db4683779b5fcb0 (patch)
tree8f5431e2be925e38a84488de03e6f8cfccf3616c /plat/imx/imx8qm/include/platform_def.h
parentc80009f7c58534b257892f0bca168fd187779e58 (diff)
imx8qm/imx8qxp: enlarge MAX_XLAT_TABLES to make debug version work
In worse case, MAX_XLAT_TABLES needs to be equal to MAX_MMAP_REGIONS, enlarge MAX_XLAT_TABLES to make debug version ATF can boot up, otherwise, it may fail at below: ASSERT: lib/xlat_tables/xlat_tables_common.c <362> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'plat/imx/imx8qm/include/platform_def.h')
-rw-r--r--plat/imx/imx8qm/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/imx8qm/include/platform_def.h b/plat/imx/imx8qm/include/platform_def.h
index ab3c9e27..21a27b1f 100644
--- a/plat/imx/imx8qm/include/platform_def.h
+++ b/plat/imx/imx8qm/include/platform_def.h
@@ -71,7 +71,7 @@
#define PLAT_VIRT_ADDR_SPACE_SIZE (1ull << 32)
#define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32)
-#define MAX_XLAT_TABLES 4
+#define MAX_XLAT_TABLES 8
#define MAX_MMAP_REGIONS 8
#define IMX_BOOT_UART_BASE 0x5a060000