env: fix config dependency for ENV_OFFSET_REDUND_RELATIVE_END
Since commit5fb88fa725"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:95f03ee65c("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>
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user