]> git.baikalelectronics.ru Git - uboot.git/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)
commite31e3cbf4cb6557f979afa13ae14e9cdc5bad015
tree83bf60db56b205eca20cec3c7f22537acc83b2ee
parent210a018e6f136a9f02824846f934709607615e9f
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