]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/board_f.c
board_f: Add new function to allow runtime DTB selection
[people/ms/u-boot.git] / common / board_f.c
index 2cdd12a503ae57b40cf635247b12375caa89f7e5..ffa84e356614b61c198145909769544db263e25b 100644 (file)
@@ -809,6 +809,9 @@ static const init_fnc_t init_sequence_f[] = {
 #if defined(CONFIG_DISPLAY_CPUINFO)
        print_cpuinfo,          /* display cpu info (and speed) */
 #endif
+#if defined(CONFIG_DTB_RESELECT)
+       embedded_dtb_select,
+#endif
 #if defined(CONFIG_DISPLAY_BOARDINFO)
        show_board_info,
 #endif