]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Revert "board: st: stm32mp1: Clean env_get_location()"
authorKory Maincent <kory.maincent@bootlin.com>
Wed, 17 Sep 2025 14:17:35 +0000 (16:17 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 30 Sep 2025 14:44:26 +0000 (16:44 +0200)
commitd1afa6650434b1d6ebeba22a44c3e02a2e822798
treead9480aca742b6e274a25b7e849f8f4b5fddaae6
parenta239b0b0b6dbe6a168969b8cd6e600cf85db278d
Revert "board: st: stm32mp1: Clean env_get_location()"

This reverts commit d37641c61ba212241c38e3fd22f0335fc0bebc96.

Restore support for environment storage in EXT4 filesystem on eMMC boot.
The previous cleanup incorrectly removed this fallback option which is
needed for boards that store their environment in an EXT4 partition.

This configuration is OS-specific rather than board-dependent and should
remain as it is configurable via menuconfig. Even if it is not described
in ST defconfigs people may have enabled it in their defconfig.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
board/st/stm32mp1/stm32mp1.c