]> git.baikalelectronics.ru Git - uboot.git/commit
bootcount: Add bootcount command
authorAlex Kiernan <alex.kiernan@gmail.com>
Sat, 12 May 2018 05:49:47 +0000 (05:49 +0000)
committerTom Rini <trini@konsulko.com>
Wed, 23 May 2018 21:30:05 +0000 (17:30 -0400)
commit7d1611db12182b229d7777c0cf94798417398d15
tree978f584d35a10d31c0776e6d9cbb080557242c31
parentef5f2675133eb2512094877fd6a8d365d582ce82
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>
cmd/Kconfig
cmd/Makefile
cmd/bootcount.c [new file with mode: 0644]