]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fix address of error message in mtest command
authorDavid Feng <fenghua@phytium.com.cn>
Wed, 12 Feb 2014 08:10:08 +0000 (16:10 +0800)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 16:06:13 +0000 (11:06 -0500)
commit102c051fccaf43bca4245d38519c9520ee0b4ff4
tree21b651af82e9b14bcd46052602b1eee8fa179552
parente38661634b3d60af80d85ce9eb570a45db4729ca
fix address of error message in mtest command

This patch deal with error message of mtest command.
When test failed, the mtest command will output error information
that include memory address and value. But the address field is
not correct or misleading.

Signed-off-by: David Feng <fenghua@phytium.com.cn>
common/cmd_mem.c