aboutsummaryrefslogtreecommitdiff
path: root/plat/imx
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2021-08-12 15:47:53 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2021-08-12 15:47:53 +0200
commit5360449b61ccfe8c2e70c4d533e01b62d0199154 (patch)
treee4068e8da81877a784dfd31e626c801f239c9899 /plat/imx
parentae5cfc5fe01e2629ff3663a42fb2c585b4d3e7cc (diff)
parentd53c9dbf9ff9c435552b62f47fb95bfe86d025e3 (diff)
downloadtrusted-firmware-a-5360449b61ccfe8c2e70c4d533e01b62d0199154.tar.gz
Merge "feat(plat/imx/imx8m/imx8mm): enlarge BL33 (U-boot) size in FIP" into integration
Diffstat (limited to 'plat/imx')
-rw-r--r--plat/imx/imx8m/imx8mm/include/platform_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/imx/imx8m/imx8mm/include/platform_def.h b/plat/imx/imx8m/imx8mm/include/platform_def.h
index f8efa5659f..940d22bc14 100644
--- a/plat/imx/imx8m/imx8mm/include/platform_def.h
+++ b/plat/imx/imx8m/imx8mm/include/platform_def.h
@@ -42,7 +42,7 @@
#define BL31_BASE U(0x900000)
#define BL31_LIMIT U(0x920000)
#define IMX8MM_FIP_BASE U(0x40310000)
-#define IMX8MM_FIP_SIZE U(0x000200000)
+#define IMX8MM_FIP_SIZE U(0x000300000)
#define IMX8MM_FIP_LIMIT U(FIP_BASE + FIP_SIZE)
/* Define FIP image location on eMMC */
@@ -56,7 +56,7 @@
/* non-secure uboot base */
#define PLAT_NS_IMAGE_OFFSET U(0x40200000)
-#define PLAT_NS_IMAGE_SIZE U(0x00100000)
+#define PLAT_NS_IMAGE_SIZE U(0x00200000)
/* GICv3 base address */
#define PLAT_GICD_BASE U(0x38800000)