浏览代码

boot/uboot: update link to the U-Boot docs

The denx.de/wiki/U-Boot link now redirects to docs.u-boot.org/en/latest
Replace the link to the new location for the U-Boot documentation

Signed-off-by: Bryan Brattlof <bb@ti.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Bryan Brattlof 9 月之前
父节点
当前提交
164d9f0546
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      boot/uboot/Config.in

+ 1 - 1
boot/uboot/Config.in

@@ -3,7 +3,7 @@ config BR2_TARGET_UBOOT
 	help
 	  Build "Das U-Boot" Boot Monitor
 
-	  https://www.denx.de/wiki/U-Boot
+	  https://docs.u-boot.org/en/latest/
 
 if BR2_TARGET_UBOOT
 choice