]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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)
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

index 03c189b7266f5ad61980e7a5980661f70de7a948..adea277470fa9e4b86c0f8699ab6a1e116e53450 100644 (file)
@@ -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