mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-03 11:43:32 +08:00
Fix mkimage bug with multifile images created on 64 bit systems.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user