From: Igor Grinberg Date: Wed, 26 Aug 2015 14:54:45 +0000 (+0300) Subject: Kconfig: fix typo in CONFIG_FIT description X-Git-Tag: v2015.10-rc4~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1f9ac4a46c8e2623d94f2317a42a20ed5b395e65;p=u-boot Kconfig: fix typo in CONFIG_FIT description Fix typo in CONFIG_FIT description - remove the accidentially added redundand 'the'. Signed-off-by: Igor Grinberg Cc: Masahiro Yamada Cc: Simon Glass Reviewed-by: Simon Glass --- 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"