diff --git a/env/Kconfig b/env/Kconfig index 08e49c2a47..84e9fb1f8a 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -556,6 +556,7 @@ config ENV_OFFSET_REDUND hex "Redundant environment offset" depends on (ENV_IS_IN_EEPROM || ENV_IS_IN_MMC || ENV_IS_IN_NAND || \ ENV_IS_IN_SPI_FLASH) && SYS_REDUNDAND_ENVIRONMENT + default 0 help Offset from the start of the device (or partition) of the redundant environment location.