diff options
Diffstat (limited to 'board/armltd/vexpress/vexpress_tc2.c')
-rw-r--r-- | board/armltd/vexpress/vexpress_tc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/armltd/vexpress/vexpress_tc2.c b/board/armltd/vexpress/vexpress_tc2.c index 5278ef784f..8ee24bdde7 100644 --- a/board/armltd/vexpress/vexpress_tc2.c +++ b/board/armltd/vexpress/vexpress_tc2.c @@ -36,7 +36,7 @@ bool armv7_boot_nonsec_default(void) } #ifdef CONFIG_OF_BOARD_SETUP -int ft_board_setup(void *fdt, bd_t *bd) +int ft_board_setup(void *fdt, struct bd_info *bd) { int offset, tmp, len; const struct fdt_property *prop; |