summaryrefslogtreecommitdiffstats
path: root/common/cmd_bootm.c
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2006-06-28 10:42:24 -0500
committerMatthew McClintock <msm@freescale.com>2006-06-28 10:42:24 -0500
commit1b380ec225665e73959677f3893dc658c5925e05 (patch)
treedf83aab59b2a88c9286c8a371bb341bb2d1f0175 /common/cmd_bootm.c
parent98a9c4d468a942a09ebe8979bec508017f3e4462 (diff)
downloadbarebox-1b380ec225665e73959677f3893dc658c5925e05.tar.gz
barebox-1b380ec225665e73959677f3893dc658c5925e05.tar.xz
* Patch to modify ft_build.c to update flat device trees in place
Patch by Matthew McClintock 26-June-2006
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r--common/cmd_bootm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index a472a1d7b2..f1c0eb4d18 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -836,7 +836,7 @@ do_bootm_linux (cmd_tbl_t *cmdtp, int flag,
(*kernel) (kbd, initrd_start, initrd_end, cmd_start, cmd_end);
#else
- ft_setup(of_flat_tree, OF_FLAT_TREE_MAX_SIZE, kbd, initrd_start, initrd_end);
+ ft_setup(of_flat_tree, kbd, initrd_start, initrd_end);
/* ft_dump_blob(of_flat_tree); */
#if defined(CFG_INIT_RAM_LOCK) && !defined(CONFIG_E500)