summaryrefslogtreecommitdiff
path: root/include/configs/imx6-engicam.h
diff options
context:
space:
mode:
authorMichael Trimarchi <michael@amarulasolutions.com>2019-12-30 15:04:04 +0300
committerStefano Babic <sbabic@denx.de>2020-01-07 12:26:57 +0300
commit57de577950fd6a6ae51cf2e9bb5385155d76b030 (patch)
tree25fa0a33c8d254b45aa2d1218a7496b56c1986d0 /include/configs/imx6-engicam.h
parent90d466593ff5e19ebf4f5b391680653673df237e (diff)
downloadu-boot-57de577950fd6a6ae51cf2e9bb5385155d76b030.tar.xz
configs: imx6-engicam: Drop fec phy address and mode
Now all the fec related phy properties are now accessible via dts. So drop the explicit config items from common config file, imx6-engicam.h Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include/configs/imx6-engicam.h')
-rw-r--r--include/configs/imx6-engicam.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/imx6-engicam.h b/include/configs/imx6-engicam.h
index 46529a61da..18327fb4c3 100644
--- a/include/configs/imx6-engicam.h
+++ b/include/configs/imx6-engicam.h
@@ -156,17 +156,6 @@
/* MTD device */
#endif
-/* Ethernet */
-#ifdef CONFIG_FEC_MXC
-# ifdef CONFIG_TARGET_MX6Q_ICORE_RQS
-# define CONFIG_FEC_MXC_PHYADDR 3
-# define CONFIG_FEC_XCV_TYPE RGMII
-# else
-# define CONFIG_FEC_MXC_PHYADDR 0
-# define CONFIG_FEC_XCV_TYPE RMII
-# endif
-#endif
-
/* Falcon Mode */
#ifdef CONFIG_SPL_OS_BOOT
# define CONFIG_SPL_FS_LOAD_ARGS_NAME "args"