From ff4818cc3ec105a5a250188e6914ae233b75aa84 Mon Sep 17 00:00:00 2001 From: Markus Klotzbuecher Date: Wed, 15 May 2019 15:15:53 +0200 Subject: env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND Introduce the KConfig option CONFIG_ENV_UBI_VOLUME_REDUND for defining the name of the UBI volume used to store the redundant environment. Signed-off-by: Markus Klotzbuecher Reviewed-by: Heiko Schocher Cc: Kyungmin Park hs: get rid of stm32mp1* build errors --- include/configs/stm32mp1.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/stm32mp1.h') diff --git a/include/configs/stm32mp1.h b/include/configs/stm32mp1.h index 1d385e0985..0ce2fcb8b7 100644 --- a/include/configs/stm32mp1.h +++ b/include/configs/stm32mp1.h @@ -38,10 +38,6 @@ */ #define CONFIG_SYS_LOAD_ADDR STM32_DDR_BASE -#if defined(CONFIG_ENV_IS_IN_UBI) -#define CONFIG_ENV_UBI_VOLUME_REDUND "uboot_config_r" -#endif - #if defined(CONFIG_ENV_IS_IN_SPI_FLASH) #define CONFIG_ENV_SECT_SIZE SZ_256K #define CONFIG_ENV_OFFSET 0x00280000 -- cgit