]> git.sur5r.net Git - u-boot/commitdiff
env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE
authorAlex Kiernan <alex.kiernan@gmail.com>
Fri, 8 Jun 2018 07:10:27 +0000 (07:10 +0000)
committerTom Rini <trini@konsulko.com>
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 <alex.kiernan@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Petr Vorel <petr.vorel@gmail.com>
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