]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
We made a u-boot patch to fix the hang up issue
authorJason Jin <Jason.jin@freescale.com>
Fri, 7 Jul 2006 15:01:45 +0000 (10:01 -0500)
committerJon 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

index e5d70fa202ae35f7a311c8b0c6740bdc0ec03fa6..a78a16df9cbf9d6e80ffe700dc23a3efb13336a7 100644 (file)
@@ -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