commit | 1d138b576e88713a602b200397f128fe7c003b03 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 30 10:52:17 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 14 18:22:30 2016 -0400 |
tree | fb6027672598c3d7dbb63f2b63b7e9c7f9c5be8e | |
parent | 1986433a9edb8ce58338ebae2517fedba163ad90 [diff] |
mkimage: Allow display of a list of any image header category Add a generic function which can display a list of items in any category. This will allow displaying of images for the -A, -C, -O and -T flags. At present only -T is supported. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>