summaryrefslogtreecommitdiff
path: root/include/configs/imx8qm_mek.h
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2018-11-01 17:02:48 +0200
committerAbel Vesa <abel.vesa@nxp.com>2018-11-07 15:56:52 +0200
commitc853049068ba2026cf91a6268958913db379a432 (patch)
treea064aa277c218b6b7760f2d65dd613978392b59f /include/configs/imx8qm_mek.h
parentde14e88698b9ae9b0a9ac674f16d65b3ceb4ccc2 (diff)
MLK-20233 arch: imx8: Add container parser for loading ATF and uboot proper
This intends to replace the FIT image support since that cannot be authenticated. Instead, we append another container at the end of flash.bin, this new one containing a new container with two images representing the ATF and uboot proper. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include/configs/imx8qm_mek.h')
-rw-r--r--include/configs/imx8qm_mek.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/imx8qm_mek.h b/include/configs/imx8qm_mek.h
index d8ba38cece..61662433a6 100644
--- a/include/configs/imx8qm_mek.h
+++ b/include/configs/imx8qm_mek.h
@@ -17,6 +17,7 @@
#define CONFIG_SPL_SPI_LOAD
#endif
+#define CONFIG_PARSE_CONTAINER
#define CONFIG_SPL_TEXT_BASE 0x0
#define CONFIG_SPL_MAX_SIZE (124 * 1024)
#define CONFIG_SYS_MONITOR_LEN (1024 * 1024)