[PATCH] 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 --- 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

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
Applied to u-boot-imx, master, thanks !
Best regards, Stefano Babic
participants (2)
-
sbabic@denx.de
-
Tim Harvey