diff options
Diffstat (limited to 'board/CarMediaLab')
-rw-r--r-- | board/CarMediaLab/flea3/flea3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/CarMediaLab/flea3/flea3.c b/board/CarMediaLab/flea3/flea3.c index 61d965f5f6..11fcecb94e 100644 --- a/board/CarMediaLab/flea3/flea3.c +++ b/board/CarMediaLab/flea3/flea3.c @@ -206,7 +206,7 @@ u32 get_board_rev(void) * called prior to booting kernel or by 'fdt boardsetup' command * */ -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { static const struct node_info nodes[] = { { "physmap-flash.0", MTD_DEV_TYPE_NOR, }, /* NOR flash */ |