]> git.ipfire.org Git - thirdparty/u-boot.git/commit
env: fix config dependency for ENV_OFFSET_REDUND_RELATIVE_END
authorHeiko Thiery <heiko.thiery@gmail.com>
Thu, 11 Sep 2025 09:32:24 +0000 (11:32 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 11 Sep 2025 15:59:47 +0000 (09:59 -0600)
commitfd7510e516b519864680c4a56bc14dabdc91607f
tree44c8ccd44be6e87f864c0a0229d64fb890d498ed
parent000fbc7ae5c46861cf377a50421f0239232ee73d
env: fix config dependency for ENV_OFFSET_REDUND_RELATIVE_END

Since commit 5fb88fa725 "env: Rename SYS_REDUNDAND_ENVIRONMENT to ENV_REDUNDANT"
the option SYS_REDUNDAND_ENVIRONMENT is no longer available and should be
renamed to ENV_REDUNDANT.

Fixes: 95f03ee65c0e ("env: mmc: fix offsets relative to the end of the partition")
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
env/Kconfig