From e4417ed03ed97eb40a4908a5cf7940a360a70a82 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Tue, 15 Oct 2019 10:28:46 +0200 Subject: ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTB This commit enabled support for fitImage on mccmon6 when we switch to DT/DTS (including falcon mode). Signed-off-by: Lukasz Majewski --- board/liebherr/mccmon6/spl.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'board/liebherr') diff --git a/board/liebherr/mccmon6/spl.c b/board/liebherr/mccmon6/spl.c index 4f1e24033d..fc5f5e948c 100644 --- a/board/liebherr/mccmon6/spl.c +++ b/board/liebherr/mccmon6/spl.c @@ -332,6 +332,13 @@ void board_boot_order(u32 *spl_boot_list) } } +#ifdef CONFIG_SPL_LOAD_FIT +int board_fit_config_name_match(const char *name) +{ + return 0; +} +#endif + #ifdef CONFIG_SPL_OS_BOOT int spl_start_uboot(void) { -- cgit