Sfoglia il codice sorgente

Merge branch 'mpc86xx'

Jon Loeliger 19 anni fa
parent
commit
de07a6a59c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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