summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-08-26 10:49:53 -0600
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-09-12 18:14:49 +0200
commit19fac2b1d0d3ffeeb71e6ee6ca0b88b8bf6beb52 (patch)
tree705dae561ed1222b5c132de9e143847b4293e45d
parent6638f3a918b467fd795dffac6cbdc4d8fc779227 (diff)
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>
-rw-r--r--doc/arch/mips.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/arch/mips.rst b/doc/arch/mips.rst
index b8166087ddf..aeb58247943 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
------------