From: Tom Rini <trini@konsulko.com>
Date: Mon, 26 Aug 2024 16:49:53 +0000 (-0600)
Subject: doc/arch/mips.rst: Update toolchain list
X-Git-Tag: v2025.01-rc5-pxa1908~312^2~4
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/login.html?a=commitdiff_plain;h=19fac2b1d0d3ffeeb71e6ee6ca0b88b8bf6beb52;p=u-boot.git

doc/arch/mips.rst: Update toolchain list

Remove both the ELDK and emdebian links as they are broken, and add a
link to the kernel.org toolchains which we use in CI.

Signed-off-by: Tom Rini <trini@konsulko.com>
---

diff --git a/doc/arch/mips.rst b/doc/arch/mips.rst
index b8166087dd..aeb5824794 100644
--- a/doc/arch/mips.rst
+++ b/doc/arch/mips.rst
@@ -8,9 +8,8 @@ Notes for the MIPS architecture port of U-Boot
 Toolchains
 ----------
 
-  * `ELDK < DULG < DENX <http://www.denx.de/wiki/DULG/ELDK>`_
-  * `Embedded Debian -- Cross-development toolchains <http://www.emdebian.org/crosstools.html>`_
   * `Buildroot <http://buildroot.uclibc.org/>`_
+  * `kernel.org cross-development toolchains <https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/>`_
 
 Known Issues
 ------------