0426560176
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>
12 lines
451 B
Plaintext
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
|