]> git.sur5r.net Git - u-boot/commit
Revert "fw_printenv: Don't bail out directly after one env read error"
authorTom Rini <trini@konsulko.com>
Mon, 2 Jul 2018 02:10:33 +0000 (22:10 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jul 2018 02:10:33 +0000 (22:10 -0400)
commit168de20f3b6ccefef0ff5757fa5310f47a95c2f0
tree5cebfe4064a7da19ebad8fbfee5eb6df1660c863
parent3fcb00be25b0a810c76dac4ed368a57b5c8e75b2
Revert "fw_printenv: Don't bail out directly after one env read error"

As pointed out by Wolfgang Denk, the problem with this fix is that while
interactive users will see that we have found one part of the
environment failed and are using the other, progmatic use will not see
this and can lead to problems.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/env/fw_env.c