summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2018-05-13 00:22:52 +0200
committerTom Rini <trini@konsulko.com>2018-05-23 22:06:39 -0400
commitb527b9c6c63040fa10b69351eeea23ed38ae4616 (patch)
treefbcc2e7f1c57faebaf0ef1557de9f7dcd19d4a69 /README
parent26a642238bdecc53527142dc043b29e21c5cc94c (diff)
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--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 48ed3e06ec..df1d5d67b4 100644
--- a/README
+++ b/README
@@ -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