diff mbox series

configs: imx8mp_venice: remove unnecessary FEC_QUIRK_ENET_MAC

Message ID 20220520151729.551-1-tharvey@gateworks.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show
Series configs: imx8mp_venice: remove unnecessary FEC_QUIRK_ENET_MAC | expand

Commit Message

Tim Harvey May 20, 2022, 3:17 p.m. UTC
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(-)

Comments

Stefano Babic July 26, 2022, 1:54 p.m. UTC | #1
> 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
diff mbox series

Patch

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