소스 검색

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>

Jason Jin 19 년 전
부모
커밋
e6cd2a1785
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      common/cmd_bootm.c

+ 1 - 0
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