summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2015-08-26 17:54:45 +0300
committerTom Rini <trini@konsulko.com>2015-09-28 10:15:47 -0400
commit1f9ac4a46c8e2623d94f2317a42a20ed5b395e65 (patch)
treef57ec84e2496eaec6e167633b48934aa681b00de
parente0bed6b67dcd0273b4c98df52835fda14f88904a (diff)
downloadtalos-obmc-uboot-1f9ac4a46c8e2623d94f2317a42a20ed5b395e65.tar.gz
talos-obmc-uboot-1f9ac4a46c8e2623d94f2317a42a20ed5b395e65.zip
Kconfig: fix typo in CONFIG_FIT description
Fix typo in CONFIG_FIT description - remove the accidentially added redundand 'the'. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 05a34f7301..f364a7a4d5 100644
--- a/Kconfig
+++ b/Kconfig
@@ -146,7 +146,7 @@ config FIT
Flattened Image Tree. FIT is formally a FDT, which can include
images of various types (kernel, FDT blob, ramdisk, etc.)
in a single blob. To boot this new uImage structure,
- pass the the address of the blob to the "bootm" command.
+ pass the address of the blob to the "bootm" command.
config FIT_VERBOSE
bool "Display verbose messages on FIT boot"
OpenPOWER on IntegriCloud