]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/tqc/tqma6/tqma6.c
Merge git://git.denx.de/u-boot-fdt
[karo-tx-uboot.git] / board / tqc / tqma6 / tqma6.c
index e480d57e7dbe9c7f54929743f14e7d89003ef1f7..c9e163e7d5e8e492a5a4e3e04d948031f6808e3e 100644 (file)
@@ -266,12 +266,14 @@ int checkboard(void)
  * Device Tree Support
  */
 #if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT)
-void ft_board_setup(void *blob, bd_t *bd)
+int ft_board_setup(void *blob, bd_t *bd)
 {
        /* bring in eMMC dsr settings */
        do_fixup_by_path_u32(blob,
                             "/soc/aips-bus@02100000/usdhc@02198000",
                             "dsr", tqma6_emmc_dsr, 2);
        tqma6_bb_ft_board_setup(blob, bd);
+
+       return 0;
 }
 #endif /* defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT) */