]> Git Repo - u-boot.git/blobdiff - board/freescale/qemu-ppce500/qemu-ppce500.c
common: Drop asm/global_data.h from common header
[u-boot.git] / board / freescale / qemu-ppce500 / qemu-ppce500.c
index e804cfe986be419d963ff279ddf42ea75d5d1143..aa5774fd797450b2d5e64095148cefb42b9ced53 100644 (file)
@@ -8,8 +8,11 @@
 #include <cpu_func.h>
 #include <env.h>
 #include <init.h>
+#include <log.h>
+#include <net.h>
 #include <pci.h>
 #include <time.h>
+#include <asm/global_data.h>
 #include <asm/processor.h>
 #include <asm/mmu.h>
 #include <asm/fsl_pci.h>
@@ -238,13 +241,13 @@ static uint64_t get_linear_ram_size(void)
        panic("Couldn't determine RAM size");
 }
 
-int board_eth_init(bd_t *bis)
+int board_eth_init(struct bd_info *bis)
 {
        return pci_eth_init(bis);
 }
 
 #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_FSL_PCI_SETUP;
 
This page took 0.020115 seconds and 4 git commands to generate.