[PATCH] env: fix config dependency for ENV_OFFSET_REDUND_RELATIVE_END
Heiko Thiery
heiko.thiery at gmail.com
Thu Sep 11 11:32:24 CEST 2025
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.
Cc: Marek Vasut <marek.vasut at mailbox.org>
Signed-off-by: Heiko Thiery <heiko.thiery at gmail.com>
---
env/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.39.5
More information about the U-Boot
mailing list