diff options
Diffstat (limited to 'board/freescale/t104xrdb/t104xrdb.h')
-rw-r--r-- | board/freescale/t104xrdb/t104xrdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t104xrdb/t104xrdb.h b/board/freescale/t104xrdb/t104xrdb.h index b6459cd629..678724c7e2 100644 --- a/board/freescale/t104xrdb/t104xrdb.h +++ b/board/freescale/t104xrdb/t104xrdb.h @@ -7,6 +7,6 @@ #define __T104x_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); #endif |