diff options
| author | Tom Rini <[email protected]> | 2024-08-26 10:49:56 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-09-12 18:14:49 +0200 |
| commit | 7387be522efe2ead220fadc1e249d06aaf435719 (patch) | |
| tree | 39ebfbd41648ac0c933eb6e62b73b21109028174 /drivers | |
| parent | 656b32710a085455920a0b0fff42de782c762a1d (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/bootcount/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig index 2105cea3d45..d375984bb33 100644 --- a/drivers/bootcount/Kconfig +++ b/drivers/bootcount/Kconfig @@ -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 |
