summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-15 04:34:10 +0300
committerTom Rini <trini@konsulko.com>2021-07-08 02:52:22 +0300
commit9b7993bba939220dba945b2dbf979d2c3e68123d (patch)
tree2744f0644fdfc06c3c81d7665c3005d95b040e0f /doc
parenteb83d10b4261a4d54e8d132e82933ce98dafb23d (diff)
downloadu-boot-9b7993bba939220dba945b2dbf979d2c3e68123d.tar.xz
m68k: Remove M5475x boards
These board has not been converted to CONFIG_DM_PCI by the deadline. Remove them. As this is the last of the mcf547x_8x family of boards, remove that support as well. Cc: TsiChung Liew <Tsi-Chung.Liew@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/arch/m68k.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/m68k.rst b/doc/arch/m68k.rst
index 44e1a5dfa3..698e288c44 100644
--- a/doc/arch/m68k.rst
+++ b/doc/arch/m68k.rst
@@ -72,7 +72,7 @@ A bash script similar to the one below may be used:
export CROSS_COMPILE=/opt/toolchains/m68k/gcc-4.9.0-nolibc/bin/m68k-linux-
- board=M5475DFE
+ board=M5249EVB
make distclean
make ${board}_defconfig