From cb6617a77f81df47b72cc4115faf7bd5b1f7cfeb Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 10 Nov 2019 11:28:03 -0500 Subject: defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENT Move this symbol to Kconfig. As part of this we can drop a UBI-specific symbol that was a stop-gap for not having this particular symbol in Kconfig. Signed-off-by: Tom Rini --- configs/gardena-smart-gateway-at91sam_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/gardena-smart-gateway-at91sam_defconfig') diff --git a/configs/gardena-smart-gateway-at91sam_defconfig b/configs/gardena-smart-gateway-at91sam_defconfig index 4a2cc331a6..e695b41490 100644 --- a/configs/gardena-smart-gateway-at91sam_defconfig +++ b/configs/gardena-smart-gateway-at91sam_defconfig @@ -52,6 +52,7 @@ CONFIG_SPL_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="at91sam9g25-gardena-smart-gateway" CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clocks clock-names interrupts interrupt-parent interrupts-extended dmas dma-names" CONFIG_ENV_IS_IN_UBI=y +CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_ENV_UBI_PART="ubi" CONFIG_ENV_UBI_VOLUME="env" CONFIG_ENV_UBI_VOLUME_REDUND="env_r" -- cgit