diff options
| author | Marek Vasut <[email protected]> | 2021-10-17 19:23:36 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-25 14:33:13 -0400 |
| commit | d11d1becbd6ab67c4cc0c19bda2886b28c1fdc02 (patch) | |
| tree | 3497f7f60e9295745c916315e402c947974410e8 /scripts | |
| parent | c6855195e4b4dd07d1ae04d9d98ed999f65b7dc3 (diff) | |
env: mmc: Add support for redundant env in both eMMC boot partitions
Currently the MMC environment driver supports storing redundant environment
only in one eMMC partition at different offsets. This is sub-optimal, since
if this one boot partition is erased, both copies of environment are lost.
Since the eMMC has two boot partitions, add support for storing one copy of
environment in each of the two boot partitions.
To enable this functionality, select CONFIG_SYS_REDUNDAND_ENVIRONMENT to
indicate redundant environment should be used. Set CONFIG_SYS_MMC_ENV_PART
to 1 to indicate environment should be stored in eMMC boot partition. Set
CONFIG_ENV_OFFSET equal to CONFIG_ENV_OFFSET_REDUND, and both to the offset
from start of eMMC boot partition where the environment should be located.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Jaehoon Chung <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
