]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env_nand.c: clarify log messages when env reading fails
authorPhil Sutter <phil.sutter@viprinet.com>
Thu, 21 Feb 2013 17:21:55 +0000 (18:21 +0100)
committerScott Wood <scottwood@freescale.com>
Sat, 23 Feb 2013 01:34:53 +0000 (19:34 -0600)
commitb76a147b722565bde046f707a5cc92df8ea29738
tree5938c7eb2743948a33558aad9e46296e64831eeb
parentfcecb4a52c780d5fa7e8781db7ef5440aff0b48c
env_nand.c: clarify log messages when env reading fails

The single message is misleading, since there is no equivalent success
note when reading the other copy succeeds. Instead, warn if one of the
redundant copies could not be loaded and emphasise on the error when
reading both fails.

Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
common/env_nand.c