From: Tim Harvey <tharvey@gateworks.com>
Date: Fri, 20 May 2022 15:17:29 +0000 (-0700)
Subject: configs: imx8mp_venice: remove unnecessary FEC_QUIRK_ENET_MAC
X-Git-Tag: v2025.01-rc5-pxa1908~1334^2~56
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=a4a130651daebb50169c15ce22bb2e0c9441b068;p=u-boot.git

configs: imx8mp_venice: remove unnecessary FEC_QUIRK_ENET_MAC

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>
---

diff --git a/include/configs/imx8mp_venice.h b/include/configs/imx8mp_venice.h
index 9f4c1b161f..455f5a89dc 100644
--- a/include/configs/imx8mp_venice.h
+++ b/include/configs/imx8mp_venice.h
@@ -80,7 +80,4 @@
 #define PHYS_SDRAM                      0x40000000
 #define PHYS_SDRAM_SIZE			SZ_4G
 
-/* FEC */
-#define FEC_QUIRK_ENET_MAC
-
 #endif