From b9203f537493c92255bb427f5e2b8e0c64e5ae61 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Wed, 5 Jul 2017 16:33:07 +0800 Subject: imx8mq: change back BL31_LIMIT to 0x40020000 Change back BL31_LIMIT to 0x40020000, because TZC380 could not support 4K aligned address. Signed-off-by: Peng Fan --- plat/freescale/imx8mq/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/freescale/imx8mq/include/platform_def.h b/plat/freescale/imx8mq/include/platform_def.h index 32d5839d..960c1b15 100644 --- a/plat/freescale/imx8mq/include/platform_def.h +++ b/plat/freescale/imx8mq/include/platform_def.h @@ -20,7 +20,7 @@ #define PLAT_MAX_RET_STATE 1 #define BL31_BASE 0x40001000 -#define BL31_LIMIT 0x40021000 +#define BL31_LIMIT 0x40020000 /* non-secure uboot base */ #define PLAT_NS_IMAGE_OFFSET 0x40021000 -- cgit v1.2.3