]> Git Repo - u-boot.git/blobdiff - board/sbc8641d/sbc8641d.c
common: Drop asm/global_data.h from common header
[u-boot.git] / board / sbc8641d / sbc8641d.c
index 3375cd621cff817fc3362b52a398af940891c5bf..a67092daf47ff43b09d4362f7bcaae308994c912 100644 (file)
@@ -16,6 +16,7 @@
 #include <init.h>
 #include <log.h>
 #include <pci.h>
+#include <asm/global_data.h>
 #include <asm/processor.h>
 #include <asm/immap_86xx.h>
 #include <asm/fsl_pci.h>
@@ -179,7 +180,7 @@ void pci_init_board(void)
 
 
 #if defined(CONFIG_OF_BOARD_SETUP)
-int ft_board_setup(void *blob, bd_t *bd)
+int ft_board_setup(void *blob, struct bd_info *bd)
 {
        ft_cpu_setup(blob, bd);
 
This page took 0.025255 seconds and 4 git commands to generate.