| config BR2_PACKAGE_DAVINCI_BOOTCOUNT | |
| bool "davinci-bootcount" | |
| depends on BR2_arm # only relevant for TI am335x | |
| help | |
| U-Boot implements a boot count scheme that can be used to | |
| detect multiple failed attempts to boot Linux. On Davinci | |
| platform (TI AM 335x) the `bootcount' is stored in the RTC | |
| SCRATCH2 register. This tool allows to read and write this | |
| register from userspace. | |
| https://github.com/VoltServer/uboot-davinci-bootcount |