Add Broadcom / Netgear changes from RAXE 1.0.0.48
[project/bcm63xx/u-boot.git] / env / Kconfig
index b9439171fd565b2790f65ca0da0c9d2072d52942..1a4ee1842201082d37cf264b3fae08804c3e7cd0 100644 (file)
@@ -7,7 +7,7 @@ config ENV_IS_NOWHERE
                     !ENV_IS_IN_MMC && !ENV_IS_IN_NAND && \
                     !ENV_IS_IN_NVRAM && !ENV_IS_IN_ONENAND && \
                     !ENV_IS_IN_REMOTE && !ENV_IS_IN_SPI_FLASH && \
-                    !ENV_IS_IN_UBI
+                    !ENV_IS_IN_UBI && !ENV_IS_IN_BOOT_MAGIC
        help
          Define this if you don't want to or can't have an environment stored
          on a storage medium. In this case the environment will still exist
@@ -370,6 +370,12 @@ config ENV_SPI_MODE
          Value of the SPI work mode for environment.
          See include/spi.h for value.
 
+config ENV_IS_IN_BOOT_MAGIC
+       bool "Environment in the boot device preceded by magic number and length"
+       help
+         Boot device will be any MTD device for now
+
+
 config ENV_IS_IN_UBI
        bool "Environment in a UBI volume"
        depends on !CHAIN_OF_TRUST