commit | bf84e641de433a798df72df2337f607f467e4274 | [log] [tgz] |
---|---|---|
author | Ludger Dreier <ludger.dreier@keymile.com> | Mon Oct 12 13:34:24 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 12 10:33:31 2015 -0400 |
tree | 6b83b74cd703023849871f6c61d4e9e68dc4d26a | |
parent | a3a095c9b1f7b9ff5f7dd2fac9eb167bd6600d35 [diff] |
env_eeprom.c: Correct using saved environment The changes in ed6a5d4 unintentionally broke support for reading the environment saved to eeprom back. To correct this the crc-check and decision on which environment to use is now moved to env_relocate_spec. This is done for both the "redundant env" and the "single env" case. Signed-off-by: Ludger Dreier <ludger.dreier@keymile.com>