Re: [U-Boot] [PATCH] bootcount: Add bootcount command

2018-05-13 Thread Lukasz Majewski
On Sat, 12 May 2018 05:49:47 + Alex Kiernan wrote: > Add a command to manipulate the bootcounter. This is useful if you can > run device recovery from inside U-Boot and need to reset the > bootcounter after executing that process as part of altbootcmd. > >

[U-Boot] [PATCH] bootcount: Add bootcount command

2018-05-11 Thread Alex Kiernan
Add a command to manipulate the bootcounter. This is useful if you can run device recovery from inside U-Boot and need to reset the bootcounter after executing that process as part of altbootcmd. Signed-off-by: Alex Kiernan --- cmd/Kconfig | 7 +++ cmd/Makefile