]> Git Repo - J-u-boot.git/blobdiff - board/freescale/mpc8349emds/mpc8349emds.c
common: Drop asm/global_data.h from common header
[J-u-boot.git] / board / freescale / mpc8349emds / mpc8349emds.c
index 576f04c1443070208c17f4850426ffeecb1b46e8..5f38639afd42d8df0fc9eba8e2dd674c5791d2df 100644 (file)
@@ -10,6 +10,7 @@
 #include <ioports.h>
 #include <mpc83xx.h>
 #include <asm/bitops.h>
+#include <asm/global_data.h>
 #include <asm/mpc8349_pci.h>
 #include <i2c.h>
 #include <spi.h>
@@ -289,7 +290,7 @@ void spi_cs_deactivate(struct spi_slave *slave)
 #endif
 
 #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);
 #ifdef CONFIG_PCI
This page took 0.028195 seconds and 4 git commands to generate.