aboutsummaryrefslogtreecommitdiff
path: root/include/configs/imx8mp_venice.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-05-20 08:17:29 -0700
committerStefano Babic <sbabic@denx.de>2022-07-26 08:58:25 +0200
commita4a130651daebb50169c15ce22bb2e0c9441b068 (patch)
tree7cf32aa8473a0c5bb27ddcc3f5cf738123050c1b /include/configs/imx8mp_venice.h
parent24a7a3c1c04280bf0d4cf89647c09446775aa1dc (diff)
downloadu-boot-a4a130651daebb50169c15ce22bb2e0c9441b068.zip
u-boot-a4a130651daebb50169c15ce22bb2e0c9441b068.tar.gz
u-boot-a4a130651daebb50169c15ce22bb2e0c9441b068.tar.bz2
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>
Diffstat (limited to 'include/configs/imx8mp_venice.h')
-rw-r--r--include/configs/imx8mp_venice.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/imx8mp_venice.h b/include/configs/imx8mp_venice.h
index 9f4c1b1..455f5a8 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