diff options
Diffstat (limited to 'board/freescale/t208xqds/t208xqds.h')
-rw-r--r-- | board/freescale/t208xqds/t208xqds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xqds/t208xqds.h b/board/freescale/t208xqds/t208xqds.h index 68c758f723e..50ebb6f6f98 100644 --- a/board/freescale/t208xqds/t208xqds.h +++ b/board/freescale/t208xqds/t208xqds.h @@ -7,6 +7,6 @@ #define __CORENET_DS_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 |