diff options
author | Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi> | 2017-10-10 21:59:40 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-16 09:42:51 -0400 |
commit | 7b7341d7f3ee915c89a7f8ab7054e39872057d90 (patch) | |
tree | 083dc69cfdcc5867753c0caea1c4a4ed89b4bab1 /env/Kconfig | |
parent | c005f7edbbc41b33de2c5f8d31a8c12d86ffdb59 (diff) |
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>
Diffstat (limited to 'env/Kconfig')
-rw-r--r-- | env/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/env/Kconfig b/env/Kconfig index 20516a5ff3..02cb7cbb75 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -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 |