diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-07-13 10:58:28 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-07-13 10:58:28 -0500 |
commit | 0f2859689a283ecb0e3d29e23ff7e21dbb6abb70 (patch) | |
tree | a597adf57ec6ec95a650edbbb040d287ea2faaa4 /common/cmd_bootm.c | |
parent | de07a6a59c47fb83699f7bea715e25661957baa0 (diff) | |
parent | bea3f28d285942bf3f7ab339ce85178ded544225 (diff) | |
download | u-boot-imx-0f2859689a283ecb0e3d29e23ff7e21dbb6abb70.zip u-boot-imx-0f2859689a283ecb0e3d29e23ff7e21dbb6abb70.tar.gz u-boot-imx-0f2859689a283ecb0e3d29e23ff7e21dbb6abb70.tar.bz2 |
Merge branch 'mpc86xx'
Diffstat (limited to 'common/cmd_bootm.c')
-rw-r--r-- | common/cmd_bootm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index a78a16d..e5d70fa 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -538,7 +538,6 @@ 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 |