commit | 2b26201a2aef0b310b7c04702b0dba5dea493f77 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil.sutter@viprinet.com> | Fri Jul 19 12:20:26 2013 +0200 |
committer | Scott Wood <scottwood@freescale.com> | Thu Aug 22 17:49:47 2013 -0500 |
tree | 1c251e0d0ae78df6b5f51cbd4470e783a4cb4c12 | |
parent | 47b6dad319af3b0d059d1d16003f8ac73e98cdb0 [diff] |
env_nand.c: support falling back to redundant env when writing Without this patch, when the currently chosen environment to be written has bad blocks, saveenv fails completely. Instead, when there is redundant environment fall back to the other copy. Environment reading needs no adjustment, as the fallback logic for incomplete writes applies to this case as well. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>