]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
env: Use tabs in ENV_IS_IN_FAT
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:21:50 +0000 (12:21 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Aug 2017 12:18:46 +0000 (08:18 -0400)
Tidy up the formatting of this option.

Signed-off-by: Simon Glass <sjg@chromium.org>
env/Kconfig

index 9f97f9c90cc1a7164995b1f5ba6c5b4d81748efd..c8dd65f3a51bccae84bbde4b269523ed391fa71b 100644 (file)
@@ -81,11 +81,10 @@ config ENV_IS_IN_FAT
        depends on !CHAIN_OF_TRUST
        select FAT_WRITE
        help
-         Define this if you want to use the FAT file system for the environment.
+         Define this if you want to use the FAT file system for the environment.
 
-
-         - CONFIG_FAT_WRITE:
-         This must be enabled. Otherwise it cannot save the environment file.
+         - CONFIG_FAT_WRITE:
+         This must be enabled. Otherwise it cannot save the environment file.
 
 config ENV_IS_IN_FLASH
        bool "Environment in flash memory"