commit | 87ebee39e9d02dba6d36d03d512e7d6e8a5a9abb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 08 08:05:59 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue May 14 15:37:25 2013 -0400 |
tree | 1c16027b1c940721a9dd7e532b7e3a334ba31ab4 | |
parent | 1fe7d93891905b9af1d81c9aef7b5646452ceb41 [diff] |
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>