diff options
Diffstat (limited to 'board/freescale/t102xrdb/t102xrdb.h')
-rw-r--r-- | board/freescale/t102xrdb/t102xrdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t102xrdb/t102xrdb.h b/board/freescale/t102xrdb/t102xrdb.h index 5d46014823..33df0f24df 100644 --- a/board/freescale/t102xrdb/t102xrdb.h +++ b/board/freescale/t102xrdb/t102xrdb.h @@ -7,7 +7,7 @@ #define __T1024_RDB_H__ void fdt_fixup_board_enet(void *blob); -void pci_of_setup(void *blob, bd_t *bd); +void pci_of_setup(void *blob, struct bd_info *bd); #ifdef CONFIG_TARGET_T1023RDB static u32 t1023rdb_ctrl(u32 ctrl_type); static void fdt_enable_nor(void *blob); |