summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-10-13 13:38:49 -0400
committerTom Rini <trini@konsulko.com>2016-10-13 13:38:49 -0400
commit44afdc4a12b9f6f48338e7975e4f08cfe90dba74 (patch)
tree56b563576cc0986ce57a97d7c80a41391ca29417 /cmd
parentc69f6d04ec66433f2360490a5cd0263c83aab18f (diff)
parentc9abfbdd66ed97e1cac8553d0b31bd23f68480a9 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'cmd')
-rw-r--r--cmd/net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/net.c b/cmd/net.c
index b2f3c7b709..bed76e4bcb 100644
--- a/cmd/net.c
+++ b/cmd/net.c
@@ -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]);