aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-09 15:29:20 -0500
committerTom Rini <trini@konsulko.com>2022-03-09 15:29:20 -0500
commitc8a0e462010342fbfbe090f0871a2315a1631b48 (patch)
tree62495dc4d1cb9c8ae530aac8b55dcd04f428a8e8
parentde959658a860e71bb0354e9a443952c9b8849114 (diff)
downloadu-boot-WIP/HACK-make-fec_mxc-and-no-DM_ETH-fatal.zip
u-boot-WIP/HACK-make-fec_mxc-and-no-DM_ETH-fatal.tar.gz
u-boot-WIP/HACK-make-fec_mxc-and-no-DM_ETH-fatal.tar.bz2
HACK: Make fec_mxc and non-DM_ETH fatalWIP/HACK-make-fec_mxc-and-no-DM_ETH-fatal
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--drivers/net/fec_mxc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index 985b038..c088c89 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -1105,6 +1105,7 @@ struct mii_dev *fec_get_miibus(ulong base_addr, int dev_id)
}
#ifndef CONFIG_DM_ETH
+#error "Convert!"
#ifdef CONFIG_PHYLIB
int fec_probe(struct bd_info *bd, int dev_id, uint32_t base_addr,
struct mii_dev *bus, struct phy_device *phydev)