]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_fdt.c
Call ft_board_setup() from the bootm command.
[u-boot] / common / cmd_fdt.c
index 824088c911284a5f1fc2b6cecb2fbd037232a16a..9ddec47706ce5cd6124f3329baa0978f10fcd6be 100644 (file)
  */
 DECLARE_GLOBAL_DATA_PTR;
 
-/*
- * Function prototypes/declarations.
- */
-#ifdef CONFIG_OF_BOARD_SETUP
-void ft_board_setup(void *blob, bd_t *bd);
-#endif
-
 static int fdt_valid(void);
 static int fdt_parse_prop(char *pathp, char *prop, char *newval,
        char *data, int *len);