]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/net.c
colibri_vf: cleanup USB clock initialization
[people/ms/u-boot.git] / cmd / net.c
index b2f3c7b709bc59f7449b86a540faaf78d1cce292..bed76e4bcb0899e5c368d09ddd33ed6873a1b789 100644 (file)
--- 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]);