public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] configs: imx8mp_venice: remove unnecessary FEC_QUIRK_ENET_MAC
@ 2022-05-20 15:17 Tim Harvey
  2022-07-26 13:54 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Harvey @ 2022-05-20 15:17 UTC (permalink / raw)
  To: u-boot, Stefano Babic, Fabio Estevam, NXP i . MX U-Boot Team; +Cc: Tim Harvey

FEC_QUIRK_ENET_MAC is defined in the imx-regs.h include file and thus
does not need to be defined in the various board config includes.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 include/configs/imx8mp_venice.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/imx8mp_venice.h b/include/configs/imx8mp_venice.h
index d6bdab70e0df..3a8994dfe244 100644
--- a/include/configs/imx8mp_venice.h
+++ b/include/configs/imx8mp_venice.h
@@ -90,7 +90,4 @@
 #define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 					sizeof(CONFIG_SYS_PROMPT) + 16)
 
-/* FEC */
-#define FEC_QUIRK_ENET_MAC
-
 #endif
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-26 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-20 15:17 [PATCH] configs: imx8mp_venice: remove unnecessary FEC_QUIRK_ENET_MAC Tim Harvey
2022-07-26 13:54 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox