diff options
Diffstat (limited to 'board/liebherr/xea')
-rw-r--r-- | board/liebherr/xea/xea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/liebherr/xea/xea.c b/board/liebherr/xea/xea.c index 4062c6fb82..9286f4c755 100644 --- a/board/liebherr/xea/xea.c +++ b/board/liebherr/xea/xea.c @@ -189,7 +189,7 @@ static int fdt_fixup_l2switch(void *blob) return 0; } -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { /* * i.MX28 L2 switch needs manual update (fixup) of eth MAC address |