Re: [PATCH 1/4] cmd: mem: Correctly count the errors in mtest

2020-04-21 Thread Tom Rini
On Thu, Mar 05, 2020 at 07:21:29AM +0100, Stefan Roese wrote: > 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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 1/4] cmd: mem: Correctly count the errors in mtest

2020-03-04 Thread Stefan Roese
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 --- cmd/mem.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/cmd/mem.c b/cmd/mem.c index 6d54f19527..9367278aa8 100644 ---