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 --- env/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'env') diff --git a/env/Kconfig b/env/Kconfig index b943917..b8bdfb0 100644 --- a/env/Kconfig +++ b/env/Kconfig @@ -507,6 +507,12 @@ config ENV_UBI_VOLUME help Name of the volume that you want to store the environment in. +config ENV_UBI_VOLUME_REDUND + string "UBI redundant volume name" + depends on ENV_IS_IN_UBI + help + Name of the redundant volume that you want to store the environment in. + endif config USE_DEFAULT_ENV_FILE -- cgit v1.1