Skip to content
Snippets Groups Projects
Commit 6a590c5f authored by Remy Bohmer's avatar Remy Bohmer Committed by Wolfgang Denk
Browse files

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: default avatarRemy Bohmer <linux@bohmer.net>
parent fcffb680
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment