diff options
author | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:42:24 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:42:24 -0500 |
commit | 1b380ec225665e73959677f3893dc658c5925e05 (patch) | |
tree | df83aab59b2a88c9286c8a371bb341bb2d1f0175 /common/cmd_bootm.c | |
parent | 98a9c4d468a942a09ebe8979bec508017f3e4462 (diff) | |
download | u-boot-imx-1b380ec225665e73959677f3893dc658c5925e05.zip u-boot-imx-1b380ec225665e73959677f3893dc658c5925e05.tar.gz u-boot-imx-1b380ec225665e73959677f3893dc658c5925e05.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index a472a1d..f1c0eb4 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) |