]> git.sur5r.net Git - u-boot/blobdiff - board/xes/xpedite550x/xpedite550x.c
dm: i2c: Move definitions to the top of the header file
[u-boot] / board / xes / xpedite550x / xpedite550x.c
index 161dc2d90a891bc918fa51064b8d37ee1be6ace1..1f05150d0ff245b1fc897aac709e4260645d068c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright 2010 Extreme Engineering Solutions, Inc.
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -72,11 +72,13 @@ int board_early_init_r(void)
 }
 
 #if defined(CONFIG_OF_BOARD_SETUP)
-void ft_board_setup(void *blob, bd_t *bd)
+int ft_board_setup(void *blob, bd_t *bd)
 {
 #ifdef CONFIG_PCI
        ft_board_pci_setup(blob, bd);
 #endif
        ft_cpu_setup(blob, bd);
+
+       return 0;
 }
 #endif