summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorKarl Apsite <karl.apsite@dornerworks.com>2015-05-21 09:52:47 -0400
committerTom Rini <trini@konsulko.com>2015-05-28 08:18:20 -0400
commitecf8cd653530acb0ed8217a1d80c93841ec2005e (patch)
tree326f4617fe516d348c79c10c3d8369b68ec8c73f /include/image.h
parent15b8973cdf5c772980973d275e3dd781b9dc01e0 (diff)
downloadblackbird-obmc-uboot-ecf8cd653530acb0ed8217a1d80c93841ec2005e.tar.gz
blackbird-obmc-uboot-ecf8cd653530acb0ed8217a1d80c93841ec2005e.zip
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>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index 60b924a5b6..97b96b3e24 100644
--- a/include/image.h
+++ b/include/image.h
@@ -742,6 +742,7 @@ int bootz_setup(ulong image, ulong *start, ulong *end);
#define FIT_KERNEL_PROP "kernel"
#define FIT_RAMDISK_PROP "ramdisk"
#define FIT_FDT_PROP "fdt"
+#define FIT_LOADABLE_PROP "loadables"
#define FIT_DEFAULT_PROP "default"
#define FIT_SETUP_PROP "setup"
OpenPOWER on IntegriCloud