summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-04-29 20:08:32 +0300
committerStefano Babic <sbabic@denx.de>2022-05-20 10:30:28 +0300
commit110998f3c66f2d89740b59ea20ad32c89dbc52df (patch)
tree800f0f53aa70fbf6bb34c593cd2c5b2999e53b8c /include
parent400eebf10d9bc014d089adb33daf2e450116f14c (diff)
downloadu-boot-110998f3c66f2d89740b59ea20ad32c89dbc52df.tar.xz
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>
Diffstat (limited to 'include')
-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 aa0396db8b..4120e4cc6b 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