summaryrefslogtreecommitdiffstats
path: root/commands/loadb.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/loadb.c')
-rw-r--r--commands/loadb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/loadb.c b/commands/loadb.c
index acfb94fe08..faf4a97f6b 100644
--- a/commands/loadb.c
+++ b/commands/loadb.c
@@ -636,7 +636,6 @@ static ulong load_serial_ymodem(void)
0) {
size += res;
addr += res;
- flush_cache((ulong) yModemBuf, res);
wr = write(ofd, ymodemBuf, res);
if (res != wr) {
perror("ymodem");