Skip to content

Commit

Permalink
bootcount: Update to point to current documentation
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
trini authored and xypron committed Sep 12, 2024
1 parent 656b327 commit 7387be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/device-tree-bindings/bootcount-syscon.txt
Original file line number Diff line number Diff line change
@@ -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".
Expand Down
2 changes: 1 addition & 1 deletion drivers/bootcount/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7387be5

Please sign in to comment.