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/dh_imx6.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/dh_imx6.h') diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index 86c1192035..d4bd88f511 100644 --- a/include/configs/dh_imx6.h +++ b/include/configs/dh_imx6.h @@ -138,7 +138,6 @@ /* Environment */ #define CONFIG_ENV_SIZE (16 * 1024) -#define CONFIG_SYS_REDUNDAND_ENVIRONMENT #if defined(CONFIG_ENV_IS_IN_SPI_FLASH) #define CONFIG_ENV_OFFSET (1024 * 1024) -- cgit v1.2.1