commit | 0593920e2d1a6703fef45171002ff748a8946c7d | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sun Apr 18 17:39:38 2004 +0000 |
committer | wdenk <wdenk> | Sun Apr 18 17:39:38 2004 +0000 |
tree | 1d324917e695bf3aadc0041d220304d07d09027a | |
parent | 6203e4000a9ad3d03a2fdc82ecca56e2d6a554b2 [diff] [blame] |
* Cleanup, minor fixes * Patch by Rune Torgersen, 16 Apr 2004: LBA48 fixes * Patches by Pantelis Antoniou, 16 Apr 2004: - Fix some compile problems; add "once" functionality for the netretry variable
diff --git a/common/cmd_mem.c b/common/cmd_mem.c index 8430298..aeacb8e 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c
@@ -1001,7 +1001,7 @@ ulong addr, length; ulong crc; ulong *ptr; - ulong vcrc; + ulong vcrc; int verify; int ac; char **av;