aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2019-08-08 14:33:50 +0800
committerJun Nie <jun.nie@linaro.org>2019-08-20 11:03:43 +0800
commitbf28959e1f39bef66fc9e74078b1110258b6e2fe (patch)
treef4a61ed7b8eee003ec9900321c7f44c8891e7e7c
parent440a857e7d934bee7aa93160c22e01cd36525437 (diff)
imx8mm: increase FIP image sizelinaro-imx8-load-mmc-fip
Othwise below assert happens when loading certificate file that locates in the end part of FIP. ASSERT: drivers/io/io_block.c:159 BACKTRACE: START: assert Signed-off-by: Jun Nie <jun.nie@linaro.org> Change-Id: I5a94df59cf1b63657bfe336ca064f40acc6a753e
-rw-r--r--plat/imx/imx8m/imx8mm/include/platform_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/imx/imx8m/imx8mm/include/platform_def.h b/plat/imx/imx8m/imx8mm/include/platform_def.h
index 1698570e..8dfb41ba 100644
--- a/plat/imx/imx8m/imx8mm/include/platform_def.h
+++ b/plat/imx/imx8m/imx8mm/include/platform_def.h
@@ -37,7 +37,7 @@
#define BL31_BASE U(0x900000)
#define BL31_LIMIT U(0x920000)
#define IMX8MM_FIP_BASE U(0x40310000)
-#define IMX8MM_FIP_SIZE U(0x000100000)
+#define IMX8MM_FIP_SIZE U(0x000200000)
#define IMX8MM_FIP_LIMIT U(FIP_BASE + FIP_SIZE)
/* Define FIP image location on eMMC */