]> git.sur5r.net Git - u-boot/commit
mkimage: Allow a FIT to include an image of any type
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:48 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 23:18:27 +0000 (19:18 -0400)
commitd505a09c1e8fa512aeb3c077048d521f1be302ff
tree89f706df19d47932f7affe2186aa7bac6189f4ea
parente2070a896184e0ea778edd4f8f0ca43a618e64d8
mkimage: Allow a FIT to include an image of any type

At present FIT images are set up by providing a device tree source file
which is a file with a .its extension. We want to support automatically
creating this file based on the image supplied to mkimage. This means that
even though the final file type is always IH_TYPE_FLATDT, the image inside
may be something else.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/imagetool.h
tools/mkimage.c