From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Tue, 18 Jun 2024 06:05:46 +0000 (+0200)
Subject: cmd: link to doc/usage/fit/x86-fit-boot.rst
X-Git-Tag: v2025.01-rc5-pxa1908~447^2~5
X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=082b4675ffa11dde84f80976036354ae368b77ab;p=u-boot.git

cmd: link to doc/usage/fit/x86-fit-boot.rst

Replace the outdated link.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
---

diff --git a/cmd/Kconfig b/cmd/Kconfig
index b026439c77..6834bbd82f 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -621,7 +621,7 @@ config CMD_ZBOOT
 
 	  Consider using FIT in preference to this since it supports directly
 	  booting both 32- and 64-bit kernels, as well as secure boot.
-	  Documentation is available in doc/uImage.FIT/x86-fit-boot.txt
+	  Documentation is available in doc/usage/fit/x86-fit-boot.rst.
 
 endmenu