projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da012ab
)
We made a u-boot patch to fix the hang up issue
author
Jason Jin
<Jason.jin@freescale.com>
Fri, 7 Jul 2006 15:01:45 +0000
(10:01 -0500)
committer
Jon Loeliger
<jdl@freescale.com>
Fri, 7 Jul 2006 15:02:15 +0000
(10:02 -0500)
when booting filesystem from ramdisk.
Signed-off-by:Jason Jin <Jason.jin@freescale.com>
common/cmd_bootm.c
patch
|
blob
|
history
diff --git
a/common/cmd_bootm.c
b/common/cmd_bootm.c
index e5d70fa202ae35f7a311c8b0c6740bdc0ec03fa6..a78a16df9cbf9d6e80ffe700dc23a3efb13336a7 100644
(file)
--- 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