diff options
Diffstat (limited to 'cmd/load.c')
-rw-r--r-- | cmd/load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/load.c b/cmd/load.c index 65557e4f9e..77c3359b29 100644 --- a/cmd/load.c +++ b/cmd/load.c @@ -997,7 +997,7 @@ static ulong load_serial_ymodem(ulong offset, int mode) xyzModem_stream_terminate(false, &getcxmodem); - flush_cache(offset, size); + flush_cache(offset, ALIGN(size, ARCH_DMA_MINALIGN)); printf("## Total Size = 0x%08x = %d Bytes\n", size, size); setenv_hex("filesize", size); |