mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 06:26:13 -04:00
Fix mkimage bug with multifile images created on 64 bit systems.
This commit is contained in:
parent
c7428d49ac
commit
3bb6680655
@ -383,7 +383,7 @@ NXTARG: ;
|
|||||||
|
|
||||||
if (opt_type == IH_TYPE_MULTI || opt_type == IH_TYPE_SCRIPT) {
|
if (opt_type == IH_TYPE_MULTI || opt_type == IH_TYPE_SCRIPT) {
|
||||||
char *file = datafile;
|
char *file = datafile;
|
||||||
unsigned long size;
|
uint32_t size;
|
||||||
|
|
||||||
for (;;) {
|
for (;;) {
|
||||||
char *sep = NULL;
|
char *sep = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user