]> Git Repo - J-u-boot.git/commitdiff
env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE
authorAlex Kiernan <[email protected]>
Fri, 8 Jun 2018 07:10:27 +0000 (07:10 +0000)
committerTom Rini <[email protected]>
Wed, 13 Jun 2018 11:49:13 +0000 (07:49 -0400)
If ENV_IS_IN_EXT4 is set you shouldn't be able to select ENV_IS_NOWHERE.

Signed-off-by: Alex Kiernan <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Petr Vorel <[email protected]>
env/Kconfig

index ec66c1346a4d73f1877ed3f6b1374697589d562e..8618376f252f68cbe30726b60dc64141d3521573 100644 (file)
@@ -3,6 +3,7 @@ menu "Environment"
 config ENV_IS_NOWHERE
        bool "Environment is not stored"
        depends on !ENV_IS_IN_EEPROM
+       depends on !ENV_IS_IN_EXT4
        depends on !ENV_IS_IN_FAT
        depends on !ENV_IS_IN_FLASH
        depends on !ENV_IS_IN_MMC
This page took 0.035146 seconds and 4 git commands to generate.