summaryrefslogtreecommitdiff
path: root/drivers/net
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 /drivers/net
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 'drivers/net')
-rw-r--r--drivers/net/mcfmii.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/mcfmii.c b/drivers/net/mcfmii.c
index 0987266c96..ca06b35316 100644
--- a/drivers/net/mcfmii.c
+++ b/drivers/net/mcfmii.c
@@ -11,11 +11,7 @@
#include <asm/global_data.h>
#include <linux/delay.h>
-#ifdef CONFIG_MCF547x_8x
-#include <asm/fsl_mcdmafec.h>
-#else
#include <asm/fec.h>
-#endif
#include <asm/immap.h>
#include <linux/mii.h>