diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/liebherr/mccmon6/spl.c | 7 |
1 files changed, 7 insertions, 0 deletions
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) { |