aboutsummaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRob Herring <rob.herring@linaro.org>2015-02-07 11:43:03 -0600
committerRob Herring <rob.herring@linaro.org>2015-02-11 20:09:12 -0600
commit2e64a9fe51d1d01dae8cf1d0c2f21337664139f8 (patch)
tree8bb3738a99073500c263bde60b0641886c638882 /board
parent60e47a60549657b964147223cf0b84c6f83094e5 (diff)
pxa1928_concord: convert boot command to use bootm
Use standard bootm command instead of Marvell's custom command. Change-Id: I71308f0a5aecf95edb5ba587e3c0c99ab11c40d9 Signed-off-by: Rob Herring <rob.herring@linaro.org>
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];