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-08 14:33:50 +0800
commit3236bd6ff125168b5990b17ebd256c614dc12911 (patch)
treebd14c234148007aaccc09ee5639d385f84814210
parent87fe25b2b1e63b2ecb05ee2e81ea1b27ff2797c2 (diff)
imx8mm: increase FIP image size
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 */