summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-05-04 10:29:49 +0000
committerWolfgang Denk <wd@denx.de>2011-05-12 19:47:14 +0200
commita02a884b95c47e114a54f2751d03f139f312af2f (patch)
tree3c73a9a8160a866d5a9a412f257694ed2b77c269 /board
parent03eb129f8a37f7d7d222e02330cd806d3a0aef1d (diff)
downloadblackbird-obmc-uboot-a02a884b95c47e114a54f2751d03f139f312af2f.tar.gz
blackbird-obmc-uboot-a02a884b95c47e114a54f2751d03f139f312af2f.zip
cmd_nvedit.c: make error message more helpful
When calling getenv_f() with a too small buffer, it would print an error message like this: env_buf too small [32] This is not really helpful as it does not give any indication which of the calls might have failed. Change this into: env_buf [32 bytes] too small for value of "hwconfig" so we know at least which variable caused the overflow; this usually allows to quickly find the related code as well. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud