Skip to content
Snippets Groups Projects
Commit 91d3aa05 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

env: Use tabs in ENV_IS_IN_FAT


Tidy up the formatting of this option.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 0649cd0d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment