]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/compulab/cm_fx6/cm_fx6.c
Merge git://git.denx.de/u-boot-fdt
[karo-tx-uboot.git] / board / compulab / cm_fx6 / cm_fx6.c
index 09e285b74db81b34e4e32790cd06887f786fb7dd..84e36439fa18ddf10040043f63abd2fba478562f 100644 (file)
@@ -458,7 +458,7 @@ int cm_fx6_setup_ecspi(void) { return 0; }
 #endif
 
 #ifdef CONFIG_OF_BOARD_SETUP
-void ft_board_setup(void *blob, bd_t *bd)
+int ft_board_setup(void *blob, bd_t *bd)
 {
        uint8_t enetaddr[6];
 
@@ -467,6 +467,8 @@ void ft_board_setup(void *blob, bd_t *bd)
                fdt_find_and_setprop(blob, "/fec", "local-mac-address",
                                     enetaddr, 6, 1);
        }
+
+       return 0;
 }
 #endif