mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Fix mkimage bug with multifile images created on 64 bit systems.
This commit is contained in:
parent
c7428d49ac
commit
3bb6680655
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue