]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit5913c29fcbce9575fd6f6c1a45a019c733aca539
treeabebdbe9ac3b47e07d39f5f93430b82e1c8867ba
parent9436aab076a0e617944874b4ddc15d64a7d3efce
env: ENV_IS_IN_EXT4 should enable SYS_MMC_ENV_DEV

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