env: Drop CONFIG_ENV_IS_IN_DATAFLASH
Last user of this option went away in commit:
fdc7718999 ("board: usb_a9263: Update to support DT and DM")
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
This commit is contained in:
committed by
Tom Rini
parent
c005f7edbb
commit
7b7341d7f3
15
env/Kconfig
vendored
15
env/Kconfig
vendored
@@ -39,21 +39,6 @@ config ENV_IS_NOWHERE
|
||||
stored. U-Boot will therefore always start up with a default
|
||||
environment.
|
||||
|
||||
config ENV_IS_IN_DATAFLASH
|
||||
bool "Environment in dataflash"
|
||||
depends on !CHAIN_OF_TRUST
|
||||
help
|
||||
Define this if you have a DataFlash memory device which you
|
||||
want to use for the environment.
|
||||
|
||||
- CONFIG_ENV_OFFSET:
|
||||
- CONFIG_ENV_ADDR:
|
||||
- CONFIG_ENV_SIZE:
|
||||
|
||||
These three #defines specify the offset and size of the
|
||||
environment area within the total memory of your DataFlash placed
|
||||
at the specified address.
|
||||
|
||||
config ENV_IS_IN_EEPROM
|
||||
bool "Environment in EEPROM"
|
||||
depends on !CHAIN_OF_TRUST
|
||||
|
||||
Reference in New Issue
Block a user