diff options
author | Matthew McClintock <msm@freescale.com> | 2006-06-28 10:42:24 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-08-09 13:50:18 -0500 |
commit | 5498d90312aad9f6bdbf047986027c35b03cd163 (patch) | |
tree | df83aab59b2a88c9286c8a371bb341bb2d1f0175 /common/cmd_bootm.c | |
parent | 0267768eddc5ca7bc1865bc40c866829ac5efbfe (diff) | |
download | u-boot-imx-5498d90312aad9f6bdbf047986027c35b03cd163.zip u-boot-imx-5498d90312aad9f6bdbf047986027c35b03cd163.tar.gz u-boot-imx-5498d90312aad9f6bdbf047986027c35b03cd163.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) |