commit | 94734e6a91d1084d31456903f9ecb83a80c9aa64 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Tue Nov 24 16:42:08 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Sat Dec 05 01:12:39 2009 +0100 |
tree | 8fa132407c5fa42ede16dcff7a554863b7e83eb7 | |
parent | bcd124bee554646c37022ba843701d773c8eeed6 [diff] |
tools/mkimage: Assume FDT image type for FIT images When building a Flattened Image Tree (FIT) the image type needs to be "flat_dt". Commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5 introduced a regression which caused the user to need to specify the "-T flat_dt" parameter on the command line when building a FIT image. The "-T flat_dt" parameter should not be needed and is at odds with the current FIT image documentation. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>