Building of FIT images does not work.
The type is not set for generation of the FIT images, resulting in no images being created without printing or returning an error Signed-off-by: Remy Bohmer <linux@bohmer.net>
This commit is contained in:
parent
fcffb680e7
commit
6a590c5f5f
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ main (int argc, char **argv)
|
|||
case 'f':
|
||||
if (--argc <= 0)
|
||||
usage ();
|
||||
params.type = IH_TYPE_FLATDT;
|
||||
params.datafile = *++argv;
|
||||
params.fflag = 1;
|
||||
goto NXTARG;
|
||||
|
|
Loading…
Reference in a new issue