]> git.sur5r.net Git - u-boot/commit
fit: Add empty fit_print_contents() and fit_image_print()
authorMarek Vasut <marex@denx.de>
Sat, 12 May 2018 22:22:53 +0000 (00:22 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 24 May 2018 02:06:40 +0000 (22:06 -0400)
commita3c43b129eda9916714dfee98f88755f2bee7a82
tree83bf60db56b205eca20cec3c7f22537acc83b2ee
parentb527b9c6c63040fa10b69351eeea23ed38ae4616
fit: Add empty fit_print_contents() and fit_image_print()

These functions may be needed in SPL, so add empty variants of them
if CONFIG_SPL_FIT_PRINT is disabled.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image-fit.c