1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Fix mkimage bug with multifile images created on 64 bit systems.

This commit is contained in:
Wolfgang Denk
2006-01-11 13:03:54 +01:00
parent c7428d49ac
commit 3bb6680655

View File

@@ -383,7 +383,7 @@ NXTARG: ;
if (opt_type == IH_TYPE_MULTI || opt_type == IH_TYPE_SCRIPT) {
char *file = datafile;
unsigned long size;
uint32_t size;
for (;;) {
char *sep = NULL;