diff options
Diffstat (limited to 'board/freescale/mx7ulp_evk/mx7ulp_evk.c')
-rw-r--r-- | board/freescale/mx7ulp_evk/mx7ulp_evk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx7ulp_evk/mx7ulp_evk.c b/board/freescale/mx7ulp_evk/mx7ulp_evk.c index 1594285860..fd21591ad6 100644 --- a/board/freescale/mx7ulp_evk/mx7ulp_evk.c +++ b/board/freescale/mx7ulp_evk/mx7ulp_evk.c @@ -50,7 +50,7 @@ int board_init(void) } #if IS_ENABLED(CONFIG_OF_BOARD_SETUP) -int ft_board_setup(void *blob, bd_t *bd) +int ft_board_setup(void *blob, struct bd_info *bd) { const char *path; int rc, nodeoff; |