]> git.baikalelectronics.ru Git - uboot.git/commit
fw_printenv: Don't bail out directly after one env read error
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 26 Jun 2018 09:37:59 +0000 (12:37 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 27 Jun 2018 17:09:16 +0000 (13:09 -0400)
commit99cb947940a3a72b808b7b543f42e28c2c19b093
tree247018acf941a9e3ec462ef205af22b911e30441
parent8a5a9f515119a3f1de9c7192115f3850ed8ae44c
fw_printenv: Don't bail out directly after one env read error

When using a redundant environment a read error should simply mean to
not use that copy instead of giving up completely. The other copy may
be just fine.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
tools/env/fw_env.c