configs: imx8mp_venice: remove unnecessary FEC_QUIRK_ENET_MAC
authorTim Harvey <tharvey@gateworks.com>
Fri, 20 May 2022 15:17:29 +0000 (08:17 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 26 Jul 2022 06:58:25 +0000 (08:58 +0200)
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

index 9f4c1b161f7a502b127a308657e7dc41f22d2015..455f5a89dcbd967c9c0e36be453566c5a816bd85 100644 (file)
@@ -80,7 +80,4 @@
 #define PHYS_SDRAM                      0x40000000
 #define PHYS_SDRAM_SIZE                        SZ_4G
 
-/* FEC */
-#define FEC_QUIRK_ENET_MAC
-
 #endif