]> git.sur5r.net Git - u-boot/commit
mkimage: Allow display of a list of any image header category
authorSimon Glass <sjg@chromium.org>
Thu, 30 Jun 2016 16:52:17 +0000 (10:52 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:30 +0000 (18:22 -0400)
commit306642251234f68f14fa9e86b9f5df6a88632817
treefb6027672598c3d7dbb63f2b63b7e9c7f9c5be8e
parent1426220b0e7b09ecc6a0da5f831287776a89a92c
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>
tools/mkimage.c