]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bootcount: Update to point to current documentation
authorTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 16:49:56 +0000 (10:49 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Sep 2024 16:14:49 +0000 (18:14 +0200)
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>
doc/device-tree-bindings/bootcount-syscon.txt
drivers/bootcount/Kconfig

index e124f7b614289ea323ee8d7588374a03ef96a5bd..ea27b246c8a48f44ae5e25186ff25b15fa1fae12 100644 (file)
@@ -1,6 +1,6 @@
 Bootcount Configuration
 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:
 - compatible: must be "u-boot,bootcount-syscon".
index 2105cea3d45ed0b7b39a9402dc9ce160f458c708..d375984bb3309db2741f1476dc716e2a50d17ea7 100644 (file)
@@ -6,7 +6,7 @@ menuconfig BOOTCOUNT_LIMIT
        bool "Enable support for checking boot count limit"
        help
          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