diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-07-07 10:03:07 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-07-07 10:03:07 -0500 |
commit | de07a6a59c47fb83699f7bea715e25661957baa0 (patch) | |
tree | 5d03fc86cbd6f39b145661f0d6a48c142bcc61c5 /common | |
parent | 152a44c6cd0464416199de082a95074da18bbc12 (diff) | |
parent | e6cd2a1785d74ec3d30a86f1cb360be8de478151 (diff) | |
download | u-boot-imx-de07a6a59c47fb83699f7bea715e25661957baa0.zip u-boot-imx-de07a6a59c47fb83699f7bea715e25661957baa0.tar.gz u-boot-imx-de07a6a59c47fb83699f7bea715e25661957baa0.tar.bz2 |
Merge branch 'mpc86xx'
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_bootm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index e5d70fa..a78a16d 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -538,6 +538,7 @@ do_bootm_linux (cmd_tbl_t *cmdtp, int flag, initrd_copy_to_ram = 0; } else { /* not set, no restrictions to load high */ initrd_high = ~0; + initrd_copy_to_ram = 0; } #ifdef CONFIG_LOGBUFFER |