summaryrefslogtreecommitdiff
path: root/include/configs/mx6sabreauto.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-01-20 19:31:01 +0300
committerStefano Babic <sbabic@denx.de>2020-02-09 17:05:10 +0300
commit70a2df36fe3b2fd2ef82de4f244a43fc1ff879f6 (patch)
tree1fc2ddcc78e3551ce1b1aa05ea6a1131db8674a8 /include/configs/mx6sabreauto.h
parent0c054753a9c4c2d851e705844534ccd8676a06aa (diff)
downloadu-boot-70a2df36fe3b2fd2ef82de4f244a43fc1ff879f6.tar.xz
mx6sabre_common: Remove FEC related settings
In preparation for converting to DM_ETH and moving the FEC symbols to Kconfig we need to move the FEC definitions to mx6sabreauto.h and mx6sabresd.h to avoid build breakage during the conversion. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
Diffstat (limited to 'include/configs/mx6sabreauto.h')
-rw-r--r--include/configs/mx6sabreauto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/mx6sabreauto.h b/include/configs/mx6sabreauto.h
index e444930dc8..c07b03984a 100644
--- a/include/configs/mx6sabreauto.h
+++ b/include/configs/mx6sabreauto.h
@@ -75,4 +75,12 @@
#define CONFIG_POWER_PFUZE100
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
+#define CONFIG_FEC_MXC
+#define IMX_FEC_BASE ENET_BASE_ADDR
+#define CONFIG_FEC_XCV_TYPE RGMII
+#define CONFIG_ETHPRIME "FEC"
+#define CONFIG_FEC_MXC_PHYADDR 1
+
+#define CONFIG_PHY_ATHEROS
+
#endif /* __MX6SABREAUTO_CONFIG_H */