]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL
authorSimon Glass <sjg@chromium.org>
Wed, 8 May 2013 08:05:59 +0000 (08:05 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commit87ebee39e9d02dba6d36d03d512e7d6e8a5a9abb
tree1c16027b1c940721a9dd7e532b7e3a334ba31ab4
parent1fe7d93891905b9af1d81c9aef7b5646452ceb41
image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL

This code is very large, and in SPL it isn't always useful to print
out image information (in fact there might not even be a console
active). So disable this feature unless this option is set.

Signed-off-by: Simon Glass <sjg@chromium.org>
README
common/image-fit.c
include/image.h