kumquat-buildroot/package/davinci-bootcount/Config.in
Dario Binacchi 0426560176 package/davinci-bootcount: add BR2_arm dependency
Like the other packages for AM335x platform.

Signed-off-by: Dario Binacchi <dariobin@libero.it>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-12-12 16:07:43 +01:00

12 lines
451 B
Plaintext

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