]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/board_f.c
fdt: Rename setup_fdt() and make it prepare also
[karo-tx-uboot.git] / common / board_f.c
index 290fd6507f444c7bc17dd48d15a843fa3035539b..aee429fcf6c2849fa1fadae9a33ffa704b16d635 100644 (file)
@@ -770,7 +770,7 @@ static init_fnc_t init_sequence_f[] = {
 #endif
        setup_mon_len,
 #ifdef CONFIG_OF_CONTROL
-       setup_fdt,
+       fdtdec_setup,
 #endif
 #ifdef CONFIG_TRACE
        trace_early_init,
@@ -782,9 +782,6 @@ static init_fnc_t init_sequence_f[] = {
 #endif
        arch_cpu_init,          /* basic arch cpu dependent setup */
        mark_bootstage,
-#ifdef CONFIG_OF_CONTROL
-       fdtdec_check_fdt,
-#endif
        initf_dm,
        arch_cpu_init_dm,
 #if defined(CONFIG_BOARD_EARLY_INIT_F)