From: Jason Jin Date: Fri, 7 Jul 2006 15:01:45 +0000 (-0500) Subject: We made a u-boot patch to fix the hang up issue X-Git-Tag: U-Boot-1_1_6~20^2~3^2~50^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e6cd2a1785d74ec3d30a86f1cb360be8de478151;p=u-boot We made a u-boot patch to fix the hang up issue when booting filesystem from ramdisk. Signed-off-by:Jason Jin --- diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index e5d70fa202..a78a16df9c 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