]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: mem: Correctly count the errors in mtest
authorStefan Roese <sr@denx.de>
Thu, 5 Mar 2020 06:21:29 +0000 (07:21 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2020 16:32:36 +0000 (12:32 -0400)
commit3efe07f035e57fa05bb59ab824512827bdd78ac5
tree43dfb3032fae1ffd63fb1622792a329e279714bf
parent72ec90f95190542af57896595e7b80610338c49a
cmd: mem: Correctly count the errors in mtest

This patch changes mtest to correctly count the overall errors and
print them even in the abort (Ctrl-C) case.

Signed-off-by: Stefan Roese <sr@denx.de>
cmd/mem.c