]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/sbc8548/sbc8548.c
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / board / sbc8548 / sbc8548.c
index 3cd945f2c2e2f6dc781665cd88fa5a27e781d2bd..25329e44736eba2b47f18c8505b9ca0351866152 100644 (file)
@@ -15,7 +15,7 @@
 #include <asm/processor.h>
 #include <asm/immap_85xx.h>
 #include <asm/fsl_pci.h>
-#include <asm/fsl_ddr_sdram.h>
+#include <fsl_ddr_sdram.h>
 #include <asm/fsl_serdes.h>
 #include <spd_sdram.h>
 #include <netdev.h>
@@ -301,12 +301,14 @@ int last_stage_init(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)
 {
        ft_cpu_setup(blob, bd);
 
 #ifdef CONFIG_FSL_PCI_INIT
        FT_FSL_PCI_SETUP;
 #endif
+
+       return 0;
 }
 #endif