mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
env: Use tabs in ENV_IS_IN_FAT
Tidy up the formatting of this option. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0649cd0d49
commit
91d3aa05d0
1 changed files with 3 additions and 4 deletions
7
env/Kconfig
vendored
7
env/Kconfig
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue