]> git.sur5r.net Git - u-boot/blobdiff - env/Kconfig
env: Drop CONFIG_ENV_IS_IN_DATAFLASH
[u-boot] / env / Kconfig
index 20516a5ff3937d6edc65539927885a512f2447ff..02cb7cbb751dbc6d0a61439bac02bb297d9d67af 100644 (file)
@@ -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