diff options
Diffstat (limited to 'board/phytec/phycore_am335x_r2/board.c')
-rw-r--r-- | board/phytec/phycore_am335x_r2/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phytec/phycore_am335x_r2/board.c b/board/phytec/phycore_am335x_r2/board.c index 8964fb5dda..fb58906847 100644 --- a/board/phytec/phycore_am335x_r2/board.c +++ b/board/phytec/phycore_am335x_r2/board.c @@ -247,7 +247,7 @@ int board_init(void) } #ifdef CONFIG_OF_BOARD_SETUP -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { #ifdef CONFIG_FDT_FIXUP_PARTITIONS static const struct node_info nodes[] = { |