summaryrefslogtreecommitdiff
path: root/board/imgtec/boston/dt.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/imgtec/boston/dt.c')
-rw-r--r--board/imgtec/boston/dt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/imgtec/boston/dt.c b/board/imgtec/boston/dt.c
index c7ae90418f..44b56416ff 100644
--- a/board/imgtec/boston/dt.c
+++ b/board/imgtec/boston/dt.c
@@ -6,7 +6,7 @@
#include <common.h>
#include <fdt_support.h>
-int ft_board_setup(void *blob, bd_t *bd)
+int ft_board_setup(void *blob, struct bd_info *bd)
{
DECLARE_GLOBAL_DATA_PTR;
u64 mem_start[2], mem_size[2];