summaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-08-03 18:21:50 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-15 12:18:46 (GMT)
commit91d3aa05d0bb05aa712bda3d2a2b3957a4b551fe (patch)
treef50e51e7f8f5ad83599cf784b6734fc09caa301c /env
parent0649cd0d4908d9b983a0361b8665938ef25701be (diff)
downloadu-boot-91d3aa05d0bb05aa712bda3d2a2b3957a4b551fe.tar.xz
env: Use tabs in ENV_IS_IN_FAT
Tidy up the formatting of this option. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'env')
-rw-r--r--env/Kconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/env/Kconfig b/env/Kconfig
index 9f97f9c..c8dd65f 100644
--- a/env/Kconfig
+++ b/env/Kconfig
@@ -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"