diff options
| author | Tom Rini <[email protected]> | 2024-08-26 10:49:52 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-09-12 18:14:49 +0200 |
| commit | 6638f3a918b467fd795dffac6cbdc4d8fc779227 (patch) | |
| tree | dab674535340b84c6319c6f597485d0e0c0f72a9 | |
| parent | 85deb7f69ca4467cf5cf75545b253f9414908222 (diff) | |
doc/arch/m68k.rst: Update toolchain comment
The old wiki page has not exited for quite some time, update to note
what we build with in CI at least.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | doc/arch/m68k.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/arch/m68k.rst b/doc/arch/m68k.rst index 8474ece62c7..de7eb384955 100644 --- a/doc/arch/m68k.rst +++ b/doc/arch/m68k.rst @@ -82,9 +82,9 @@ A bash script similar to the one below may be used: Adopted toolchains ------------------ -Please check: -https://www.denx.de/wiki/U-Boot/ColdFireNotes - +Currently the `kernel.org cross-development toolchains +<https://mirrors.edge.kernel.org/pub/tools/crosstool/files/bin/x86_64/>`_ are +used in the project CI builds. ColdFire specific configuration options/settings ------------------------------------------------ |
