aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harvey2022-04-29 10:08:32 -0700
committerStefano Babic2022-05-20 09:30:28 +0200
commit110998f3c66f2d89740b59ea20ad32c89dbc52df (patch)
tree800f0f53aa70fbf6bb34c593cd2c5b2999e53b8c
parent400eebf10d9bc014d089adb33daf2e450116f14c (diff)
configs: imx8mp_venice: add FEC_QUIRK_ENET_MAC
The IMX8MP SoC FEC needs to have the FEC_QUIRK_ENET_MAC defined. Fixes: commit 2395625209cc ("board: gateworks: venice: add imx8mp-venice-gw740x support") Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r--include/configs/imx8mp_venice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/imx8mp_venice.h b/include/configs/imx8mp_venice.h
index aa0396db8b8..4120e4cc6ba 100644
--- a/include/configs/imx8mp_venice.h
+++ b/include/configs/imx8mp_venice.h
@@ -106,4 +106,8 @@
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT) + 16)
+
+/* FEC */
+#define FEC_QUIRK_ENET_MAC
+
#endif