summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-07-07 15:03:07 (GMT)
committerJon Loeliger <jdl@freescale.com>2006-07-07 15:03:07 (GMT)
commitde07a6a59c47fb83699f7bea715e25661957baa0 (patch)
tree5d03fc86cbd6f39b145661f0d6a48c142bcc61c5 /common
parent152a44c6cd0464416199de082a95074da18bbc12 (diff)
parente6cd2a1785d74ec3d30a86f1cb360be8de478151 (diff)
downloadu-boot-de07a6a59c47fb83699f7bea715e25661957baa0.tar.xz
Merge branch 'mpc86xx'
Diffstat (limited to 'common')
-rw-r--r--common/cmd_bootm.c1
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