diff options
Diffstat (limited to 'common/board_f.c')
-rw-r--r-- | common/board_f.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/board_f.c b/common/board_f.c index 2cdd12a503..ffa84e3566 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -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 |