[U-Boot] [PATCH] Building of FIT images does not work.
Remy Bohmer
linux at bohmer.net
Wed Oct 28 22:13:35 CET 2009
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 at bohmer.net>
---
tools/mkimage.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/mkimage.c b/tools/mkimage.c
index ab6ea32..8a20594 100644
--- a/tools/mkimage.c
+++ b/tools/mkimage.c
@@ -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;
--
1.6.0.4
More information about the U-Boot
mailing list