commit | a1d25a376f87bf465f69fdb9aae0c7f91a1cff0d | [log] [tgz] |
---|---|---|
author | Michael Heimpold <mhei@heimpold.de> | Wed Apr 10 10:36:19 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Wed May 01 16:41:10 2013 -0400 |
tree | 3a4b4cc54e282831b6e800688ca35e60d9077322 | |
parent | d7a886b8ccf15d1c66850b0677a221a92b9e264f [diff] |
env_mmc: add support for redundant environment This patch add support for storing the environment redundant on mmc devices. Substantially it re-uses the logic from the NAND implementation, that means using an incremental counter for marking newer data. Signed-off-by: Michael Heimpold <mhei@heimpold.de>