mkimage will now report information about loadable
authorKarl Apsite <karl.apsite@dornerworks.com>
Thu, 21 May 2015 13:52:47 +0000 (09:52 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 28 May 2015 12:18:20 +0000 (08:18 -0400)
commitecf8cd653530acb0ed8217a1d80c93841ec2005e
tree326f4617fe516d348c79c10c3d8369b68ec8c73f
parent15b8973cdf5c772980973d275e3dd781b9dc01e0
mkimage will now report information about loadable

Added FIT_LOADABLE_PROP, so the user can identify an optional entry
named "loadables" in their .its configuration. "loadables" is a comma
separated list in the .its

Documentation can be found in doc/uImage.FIT/source_file_format.txt and
                              doc/uImage.Fit/multi-with-loadables.its

Signed-off-by: Karl Apsite <Karl.Apsite@dornerworks.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image-fit.c
doc/uImage.FIT/multi-with-loadables.its [new file with mode: 0644]
doc/uImage.FIT/source_file_format.txt
include/image.h