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>
This commit is contained in:
Tim Harvey 2022-05-20 08:17:29 -07:00 committed by Stefano Babic
parent 24a7a3c1c0
commit a4a130651d

View File

@ -80,7 +80,4 @@
#define PHYS_SDRAM 0x40000000
#define PHYS_SDRAM_SIZE SZ_4G
/* FEC */
#define FEC_QUIRK_ENET_MAC
#endif