commit | b11ed7d602a48021d8ab96518ad80996d2b86077 | [log] [tgz] |
---|---|---|
author | Alex Kiernan <alex.kiernan@gmail.com> | Sat May 12 05:49:47 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed May 23 17:30:05 2018 -0400 |
tree | 978f584d35a10d31c0776e6d9cbb080557242c31 | |
parent | c4d7b7a6b8571030c5109e8cb75a85756156711e [diff] |
bootcount: Add bootcount command 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 <alex.kiernan@gmail.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>