diff options
author | Marek Vasut <marex@denx.de> | 2018-05-13 00:22:52 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-23 22:06:39 -0400 |
commit | b527b9c6c63040fa10b69351eeea23ed38ae4616 (patch) | |
tree | fbcc2e7f1c57faebaf0ef1557de9f7dcd19d4a69 /README | |
parent | 26a642238bdecc53527142dc043b29e21c5cc94c (diff) | |
download | u-boot-b527b9c6c63040fa10b69351eeea23ed38ae4616.tar.gz u-boot-b527b9c6c63040fa10b69351eeea23ed38ae4616.tar.xz u-boot-b527b9c6c63040fa10b69351eeea23ed38ae4616.zip |
fit: Fix CONFIG_FIT_SPL_PRINT
Rename CONFIG_FIT_SPL_PRINT to CONFIG_SPL_FIT_PRINT and add Kconfig
entry for it.
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2691,7 +2691,7 @@ FIT uImage format: use an arch-specific makefile fragment instead, for example if more than one image needs to be produced. - CONFIG_FIT_SPL_PRINT + CONFIG_SPL_FIT_PRINT Printing information about a FIT image adds quite a bit of code to SPL. So this is normally disabled in SPL. Use this option to re-enable it. This will affect the output of the |