diff options
author | Markus Klotzbuecher <markus.klotzbuecher@kistler.com> | 2019-05-15 15:15:53 +0200 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2019-07-09 07:00:05 +0200 |
commit | ff4818cc3ec105a5a250188e6914ae233b75aa84 (patch) | |
tree | 3017c7ebb630216289aad987e4948551ac467650 /env/Kconfig | |
parent | b237d358b4256460cfd629e1d6263f0717fd9204 (diff) | |
download | u-boot-ff4818cc3ec105a5a250188e6914ae233b75aa84.tar.gz |
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 <markus.klotzbuecher@kistler.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Cc: Kyungmin Park <kmpark@infradead.org>
hs: get rid of stm32mp1* build errors
Diffstat (limited to 'env/Kconfig')
-rw-r--r-- | env/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/env/Kconfig b/env/Kconfig index b9439171fd..b8bdfb0920 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 |