commit | 3bb6680655a262251261fc8497f53436844ea475 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.(none)> | Wed Jan 11 13:03:54 2006 +0100 |
committer | Wolfgang Denk <wd@pollux.(none)> | Wed Jan 11 13:03:54 2006 +0100 |
tree | 132c28205e368e4a37a3fe38293cae6a5d4fa90b | |
parent | c7428d49ace4f2f16174ca028fe7072c02a473c8 [diff] [blame] |
Fix mkimage bug with multifile images created on 64 bit systems.
diff --git a/tools/mkimage.c b/tools/mkimage.c index fbc1a12..70452db 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c
@@ -383,7 +383,7 @@ if (opt_type == IH_TYPE_MULTI || opt_type == IH_TYPE_SCRIPT) { char *file = datafile; - unsigned long size; + uint32_t size; for (;;) { char *sep = NULL;