diff options
Diffstat (limited to 'board/freescale/t208xrdb/t208xrdb.c')
-rw-r--r-- | board/freescale/t208xrdb/t208xrdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xrdb/t208xrdb.c b/board/freescale/t208xrdb/t208xrdb.c index 5ba1682888..d37abb7ef3 100644 --- a/board/freescale/t208xrdb/t208xrdb.c +++ b/board/freescale/t208xrdb/t208xrdb.c @@ -114,7 +114,7 @@ int misc_init_r(void) return 0; } -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { phys_addr_t base; phys_size_t size; |