mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
2
Kconfig
2
Kconfig
@@ -146,7 +146,7 @@ config FIT
|
|||||||
Flattened Image Tree. FIT is formally a FDT, which can include
|
Flattened Image Tree. FIT is formally a FDT, which can include
|
||||||
images of various types (kernel, FDT blob, ramdisk, etc.)
|
images of various types (kernel, FDT blob, ramdisk, etc.)
|
||||||
in a single blob. To boot this new uImage structure,
|
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
|
config FIT_VERBOSE
|
||||||
bool "Display verbose messages on FIT boot"
|
bool "Display verbose messages on FIT boot"
|
||||||
|
Reference in New Issue
Block a user