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 --- include/configs/mccmon6.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/mccmon6.h') diff --git a/include/configs/mccmon6.h b/include/configs/mccmon6.h index c685de6551..c75519c195 100644 --- a/include/configs/mccmon6.h +++ b/include/configs/mccmon6.h @@ -251,7 +251,6 @@ #define CONFIG_ENV_SECT_SIZE (SZ_128K) #define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + 0x40000) -#define CONFIG_SYS_REDUNDAND_ENVIRONMENT #define CONFIG_ENV_ADDR_REDUND (CONFIG_SYS_FLASH_BASE + 0x60000) #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE -- cgit v1.2.1