aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/Marvell/pxa1928_concord/pxa1928_concord.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/board/Marvell/pxa1928_concord/pxa1928_concord.c b/board/Marvell/pxa1928_concord/pxa1928_concord.c
index 8feb523b48..74f95662ab 100644
--- a/board/Marvell/pxa1928_concord/pxa1928_concord.c
+++ b/board/Marvell/pxa1928_concord/pxa1928_concord.c
@@ -374,15 +374,8 @@ int recovery_key_detect(void)
}
#endif
-#ifdef CONFIG_OF_LIBFDT
-unsigned int dtb_offset(void)
-{
- unsigned int offset = pxa1928_discrete ? 1 : 0;
-
- return offset * DTB_SIZE;
-}
-
-void handle_dtb(struct fdt_header *devtree)
+#if defined(CONFIG_OF_BOARD_SETUP)
+void ft_board_setup(void *devtree, bd_t *bd)
{
char cmd[128];