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 <[email protected]> --- I didn't change the buildroot link as it's still valid. Cc: Daniel Schwierzeck <[email protected]> --- doc/arch/mips.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/arch/mips.rst b/doc/arch/mips.rst index b8166087ddfe..aeb58247943a 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 ------------ -- 2.34.1

