]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_bootm.c
Call ft_board_setup() from the bootm command.
[u-boot] / common / cmd_bootm.c
index 6ce62be91f4907a0d980887367720a775b7c8fbb..981ffc50005f463fb18dff08107f271be3dbfba3 100644 (file)
@@ -973,6 +973,10 @@ do_bootm_linux (cmd_tbl_t *cmdtp, int flag,
                do_reset (cmdtp, flag, argc, argv);
        }
 #endif
+#ifdef CONFIG_OF_BOARD_SETUP
+       /* Call the board-specific fixup routine */
+       ft_board_setup(fdt, gd->bd);
+#endif
 #endif /* CONFIG_OF_LIBFDT */
 #if defined(CONFIG_OF_FLAT_TREE)
        /* move of_flat_tree if needed */