rockchip: make the global board_fit_config_name_match __weak
[oweals/u-boot.git] / arch / arm / mach-rockchip / spl.c
index 7d0e6fa1aff3a921b1e515042876b300508f9950..48ab0e60c6364059bb02f5247a2bdbd2ce63b490 100644 (file)
@@ -147,7 +147,7 @@ void board_init_f(ulong dummy)
 }
 
 #ifdef CONFIG_SPL_LOAD_FIT
-int board_fit_config_name_match(const char *name)
+int __weak board_fit_config_name_match(const char *name)
 {
        /* Just empty function now - can't decide what to choose */
        debug("%s: %s\n", __func__, name);