mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 06:51:28 +02:00
bootcount: Update to point to current documentation
The current documentation for the bootcount API is on our website and not the old wiki, update the link in two places. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
656b32710a
commit
7387be522e
@@ -1,6 +1,6 @@
|
|||||||
Bootcount Configuration
|
Bootcount Configuration
|
||||||
This is the implementation of the feature as described in
|
This is the implementation of the feature as described in
|
||||||
https://www.denx.de/wiki/DULG/UBootBootCountLimit.
|
https://docs.u-boot.org/en/latest/api/bootcount.html
|
||||||
|
|
||||||
Required Properties:
|
Required Properties:
|
||||||
- compatible: must be "u-boot,bootcount-syscon".
|
- compatible: must be "u-boot,bootcount-syscon".
|
||||||
|
@@ -6,7 +6,7 @@ menuconfig BOOTCOUNT_LIMIT
|
|||||||
bool "Enable support for checking boot count limit"
|
bool "Enable support for checking boot count limit"
|
||||||
help
|
help
|
||||||
Enable checking for exceeding the boot count limit.
|
Enable checking for exceeding the boot count limit.
|
||||||
More information: http://www.denx.de/wiki/DULG/UBootBootCountLimit
|
More information: https://docs.u-boot.org/en/latest/api/bootcount.html
|
||||||
|
|
||||||
if BOOTCOUNT_LIMIT
|
if BOOTCOUNT_LIMIT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user