diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/sunxi/board.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/sunxi/board.c b/arch/arm/cpu/armv7/sunxi/board.c index 99ec4b7225..85cc2ead2a 100644 --- a/arch/arm/cpu/armv7/sunxi/board.c +++ b/arch/arm/cpu/armv7/sunxi/board.c @@ -210,6 +210,14 @@ void board_boot_order(u32 *spl_boot_list) #endif } +#ifdef CONFIG_SPL_LOAD_FIT +int board_fit_config_name_match(const char* name) +{ + return 0; /* just return 'yes, this matches' on any (i.e. the for + all practical purposes: the first) FDT */ +} +#endif + /* The sunxi internal brom will try to loader external bootloader * from mmc0, nand flash, mmc2. */ |