[PATCH 2/2] config: apalis-imx8: Enable FEC TXC delay

Philippe Schenker philippe.schenker at toradex.com
Mon Mar 9 19:38:36 CET 2020


define FEC_ENET_ENABLE_TXC_DELAY to enable the delay on TXC line on
the MAC.

Signed-off-by: Philippe Schenker <philippe.schenker at toradex.com>

---

 include/configs/apalis-imx8.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h
index bea035c3e23..40037157339 100644
--- a/include/configs/apalis-imx8.h
+++ b/include/configs/apalis-imx8.h
@@ -24,6 +24,7 @@
 
 /* Networking */
 #define FEC_QUIRK_ENET_MAC
+#define FEC_ENET_ENABLE_TXC_DELAY
 
 #define CONFIG_TFTP_TSIZE
 
-- 
2.25.1



More information about the U-Boot mailing list