1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-29 22:41:17 +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:
Tom Rini
2024-08-26 10:49:56 -06:00
committed by Heinrich Schuchardt
parent 656b32710a
commit 7387be522e
2 changed files with 2 additions and 2 deletions

View File

@@ -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".

View File

@@ -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