Merge branch 'master' of git://git.denx.de/u-boot-net

This commit is contained in:
Tom Rini
2016-10-13 13:38:49 -04:00
12 changed files with 447 additions and 55 deletions
-3
View File
@@ -243,9 +243,6 @@ static int netboot_common(enum proto_t proto, cmd_tbl_t *cmdtp, int argc,
return CMD_RET_SUCCESS;
}
/* flush cache */
flush_cache(load_addr, size);
bootstage_mark(BOOTSTAGE_ID_NET_LOADED);
rcode = bootm_maybe_autostart(cmdtp, argv[0]);