diff options
Diffstat (limited to 'common/cmd_load.c')
-rw-r--r-- | common/cmd_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_load.c b/common/cmd_load.c index 5622452..702cab6 100644 --- a/common/cmd_load.c +++ b/common/cmd_load.c @@ -192,7 +192,7 @@ load_serial (ulong offset) "## Total Size = 0x%08lX = %ld Bytes\n", start_addr, end_addr, size, size ); - flush_cache (addr, size); + flush_cache (start_addr, size); sprintf(buf, "%lX", size); setenv("filesize", buf); return (addr); |