summaryrefslogtreecommitdiffstats
path: root/commands/loads.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/loads.c')
-rw-r--r--commands/loads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/loads.c b/commands/loads.c
index 8269af1955..6e0dc7fabc 100644
--- a/commands/loads.c
+++ b/commands/loads.c
@@ -175,7 +175,6 @@ load_serial (ulong offset)
"## Total Size = 0x%08lX = %ld Bytes\n",
start_addr, end_addr, size, size
);
- flush_cache (start_addr, size);
sprintf(buf, "%lX", size);
setenv("filesize", buf);
return (addr);