commit | 25114a64c4308daa14a65d5df1433603fffe24e1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun May 13 00:22:53 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed May 23 22:06:40 2018 -0400 |
tree | 83bf60db56b205eca20cec3c7f22537acc83b2ee | |
parent | 9f2e0eb95055558d12041c9ba804fd7a493528b9 [diff] |
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>