diff options
author | Joe Hershberger | 2013-04-08 10:32:52 +0000 |
---|---|---|
committer | Tom Rini | 2013-04-11 15:52:55 -0400 |
commit | 785881f775252940185e10fbb2d5299c9ffa6bce (patch) | |
tree | b945a64033ed2a9eeb87527c81a746a53ba18c2a /README | |
parent | 2b74433f365fa677a60431a80e524b5d8d04e995 (diff) |
env: Add redundant env support to UBI env
Allow the user to specify two UBI volumes to use for the environment
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3563,6 +3563,12 @@ but it can not erase, write this NOR flash by SRIO or PCIE interface. Define this to the name of the volume that you want to store the environment in. + - CONFIG_ENV_UBI_VOLUME_REDUND: + + Define this to the name of another volume to store a second copy of + the environment in. This will enable redundant environments in UBI. + It is assumed that both volumes are in the same MTD partition. + - CONFIG_UBI_SILENCE_MSG - CONFIG_UBIFS_SILENCE_MSG |