Re: [PATCH] fwu: Show number of attempts in Trial State

2023-07-25 Thread Tom Rini
On Fri, Jul 14, 2023 at 10:47:06AM +0200, Michal Simek wrote: > It is not visible anywhere in Trial State if this is the first, second, etc > attempt that's why show a message to be aware about status. > > Signed-off-by: Michal Simek > Acked-by: Jassi Brar Applied to u-boot/master, thanks! --

Re: [PATCH] fwu: Show number of attempts in Trial State

2023-07-15 Thread Jassi Brar
On Fri, 14 Jul 2023 at 03:47, Michal Simek wrote: > > It is not visible anywhere in Trial State if this is the first, second, etc > attempt that's why show a message to be aware about status. > > Signed-off-by: Michal Simek > --- Acked-by: Jassi Brar

[PATCH] fwu: Show number of attempts in Trial State

2023-07-14 Thread Michal Simek
It is not visible anywhere in Trial State if this is the first, second, etc attempt that's why show a message to be aware about status. Signed-off-by: Michal Simek --- lib/fwu_updates/fwu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/fwu_updates/fwu.c b/lib/fwu_updates/fwu.c index