]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage will now report information about loadable
authorKarl Apsite <karl.apsite@dornerworks.com>
Thu, 21 May 2015 13:52:47 +0000 (09:52 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:08 +0000 (22:47 +0200)
commitcbea103e903ae3b567c5c49d8d26f51e54f9e0ca
treee3d49c49affe1e843100301cd6e4c56eb2e6c104
parentf9d79d3794dbda5324778533afc653ed4fc1c853
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