]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
env: ENV_IS_IN_EXT4 should enable SYS_MMC_ENV_DEV
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 31 Mar 2024 02:37:16 +0000 (04:37 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 14 Jul 2024 07:56:24 +0000 (09:56 +0200)
When enabling CONFIG_ENV_IS_IN_EXT4 the environment might be stored on
an mmc device similar to the CONFIG_ENV_IS_IN_FAT case.

Fixes: 7d080773347c ("Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
env/Kconfig

index 451bab45ea7bb8ffdbc7a3cb12e2b56b06597361..031cf58186a95c8207cfa2bcbf7ceb645cae043d 100644 (file)
@@ -655,7 +655,7 @@ config SYS_RELOC_GD_ENV_ADDR
 
 config SYS_MMC_ENV_DEV
        int "mmc device number"
-       depends on ENV_IS_IN_MMC || ENV_IS_IN_FAT || \
+       depends on ENV_IS_IN_MMC || ENV_IS_IN_FAT || ENV_IS_IN_EXT4 || \
                CMD_MVEBU_BUBT || FMAN_ENET || QE || PHY_CORTINA
        default 0
        help