浏览代码

Merge branch 'mpc86xx'

Jon Loeliger 19 年之前
父节点
当前提交
de07a6a59c
共有 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;
 			initrd_copy_to_ram = 0;
 	} else {	/* not set, no restrictions to load high */
 	} else {	/* not set, no restrictions to load high */
 		initrd_high = ~0;
 		initrd_high = ~0;
+		initrd_copy_to_ram = 0;
 	}
 	}
 
 
 #ifdef CONFIG_LOGBUFFER
 #ifdef CONFIG_LOGBUFFER