|
@@ -229,15 +229,13 @@ main (int argc, char **argv)
|
|
case 'f':
|
|
case 'f':
|
|
if (--argc <= 0)
|
|
if (--argc <= 0)
|
|
usage ();
|
|
usage ();
|
|
- params.type = IH_TYPE_FLATDT;
|
|
|
|
- params.datafile = *++argv;
|
|
|
|
- params.fflag = 1;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* The flattened image tree (FIT) format
|
|
* The flattened image tree (FIT) format
|
|
* requires a flattened device tree image type
|
|
* requires a flattened device tree image type
|
|
*/
|
|
*/
|
|
params.type = IH_TYPE_FLATDT;
|
|
params.type = IH_TYPE_FLATDT;
|
|
|
|
+ params.datafile = *++argv;
|
|
|
|
+ params.fflag = 1;
|
|
goto NXTARG;
|
|
goto NXTARG;
|
|
case 'n':
|
|
case 'n':
|
|
if (--argc <= 0)
|
|
if (--argc <= 0)
|