projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
400eebf
)
configs: imx8mp_venice: add FEC_QUIRK_ENET_MAC
author
Tim Harvey
<tharvey@gateworks.com>
Fri, 29 Apr 2022 17:08:32 +0000
(10:08 -0700)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 20 May 2022 07:30:28 +0000
(09:30 +0200)
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>
include/configs/imx8mp_venice.h
patch
|
blob
|
history
diff --git
a/include/configs/imx8mp_venice.h
b/include/configs/imx8mp_venice.h
index aa0396db8b831e59ff7eb352634fcbb80de6845b..4120e4cc6bad9baef20c68f3f8d3f3698f98be0e 100644
(file)
--- 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