From: Heiko Thiery Date: Thu, 11 Sep 2025 09:32:24 +0000 (+0200) Subject: env: fix config dependency for ENV_OFFSET_REDUND_RELATIVE_END X-Git-Tag: v2025.10-rc5~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd7510e516b519864680c4a56bc14dabdc91607f;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Marek Vasut Reviewed-by: Tom Rini --- diff --git a/env/Kconfig b/env/Kconfig index 03c189b7266..adea277470f 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -635,7 +635,7 @@ config ENV_OFFSET_REDUND config ENV_OFFSET_REDUND_RELATIVE_END bool "Offset is relative to the end of the partition" - depends on SYS_REDUNDAND_ENVIRONMENT + depends on ENV_REDUNDANT depends on ENV_IS_IN_MMC help Treat the redundant environment offset as relative to the end of the