]> git.sur5r.net Git - u-boot/blobdiff - tools/mkimage.c
mkimage: Drop premature setting of params.fit_image_type
[u-boot] / tools / mkimage.c
index a36c031159f1c156749b1207759016090a570b38..76ae09e2b7f0873c33357a48d578630653c945a8 100644 (file)
@@ -197,7 +197,6 @@ static void process_args(int argc, char **argv)
                         * The flattened image tree (FIT) format
                         * requires a flattened device tree image type
                         */
-                       params.fit_image_type = params.type;
                        params.type = IH_TYPE_FLATDT;
                        params.fflag = 1;
                        break;