Commit 1f9ac4a46c8e2623d94f2317a42a20ed5b395e65

Authored by Igor Grinberg
Committed by Tom Rini
1 parent e0bed6b67d

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -146,7 +146,7 @@
146 146 Flattened Image Tree. FIT is formally a FDT, which can include
147 147 images of various types (kernel, FDT blob, ramdisk, etc.)
148 148 in a single blob. To boot this new uImage structure,
149   - pass the the address of the blob to the "bootm" command.
  149 + pass the address of the blob to the "bootm" command.
150 150  
151 151 config FIT_VERBOSE
152 152 bool "Display verbose messages on FIT boot"