summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2018-10-04 11:07:18 +0300
committerAbel Vesa <abel.vesa@nxp.com>2018-10-16 09:52:40 +0300
commitc4f65b65c1a84292abf12727801a457b62c38eb9 (patch)
tree98ea03af9dbf04bfa23dfeefc3115e2f957415b5 /board/freescale
parent80d961517f7394a2a36e3b9df44c4df046111ba3 (diff)
iMX8QM mek SPL: Add FIT image loading support
Add support for FIT image loading of ATF and uboot proper for iMX8QM mek. Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/imx8qm_mek/spl.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/freescale/imx8qm_mek/spl.c b/board/freescale/imx8qm_mek/spl.c
index 46a64a20e4..2880998a23 100644
--- a/board/freescale/imx8qm_mek/spl.c
+++ b/board/freescale/imx8qm_mek/spl.c
@@ -203,6 +203,16 @@ void spl_board_prepare_for_boot(void)
}
+#ifdef CONFIG_SPL_LOAD_FIT
+int board_fit_config_name_match(const char *name)
+{
+ /* Just empty function now - can't decide what to choose */
+ debug("%s: %s\n", __func__, name);
+
+ return 0;
+}
+#endif
+
void board_init_f(ulong dummy)
{
/* Clear global data */