mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-19 18:52:19 +01:00
We made a u-boot patch to fix the hang up issue
when booting filesystem from ramdisk. Signed-off-by:Jason Jin <Jason.jin@freescale.com>
This commit is contained in:
parent
da012ab661
commit
e6cd2a1785
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue