From 3278759d99e76a51193479ef2e38ab2353b875c0 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Mon, 9 Jul 2018 14:25:32 +0800 Subject: PLAT: imx: Change the bl31 base address to 0x920000 for imx8mm On i.MX8MM, the OCRAM's last 128K is dedicated for ATF, so move bl31 to this memory region. BuildInfo: - IMX-MKIMAGE: ee5ad91b Signed-off-by: Bai Ping --- plat/imx/imx8mm/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/imx/imx8mm/include/platform_def.h b/plat/imx/imx8mm/include/platform_def.h index 47cbb579..c67f5216 100644 --- a/plat/imx/imx8mm/include/platform_def.h +++ b/plat/imx/imx8mm/include/platform_def.h @@ -22,7 +22,7 @@ #define PLAT_WAIT_RET_STATE 1 #define PLAT_STOP_OFF_STATE 3 -#define BL31_BASE 0x910000 +#define BL31_BASE 0x920000 #define BL31_LIMIT 0x940000 #define BL32_BASE 0xbe000000 -- cgit v1.2.3