summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-05-12 17:18:25 +0530
committerStefano Babic <sbabic@denx.de>2017-05-31 10:22:43 +0200
commit8bd06ba91af529f3e5746bac94a3308181f69d09 (patch)
tree543e7b2cf98daf41ddd29a8d0d257b0aeb5e6faf /include
parenta48f32f71b653d0137ed83055d902813bae28ca7 (diff)
downloadu-boot-8bd06ba91af529f3e5746bac94a3308181f69d09.tar.gz
icorem6: Remove unused FEC configs
- IMX_FEC_BASE: icorem6 using dts, no need for explicit base. - CONFIG_ETHPRIME: ethprime env not using anywhere in the board. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx6qdl_icore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/imx6qdl_icore.h b/include/configs/imx6qdl_icore.h
index 5789f24712..00a533c4bb 100644
--- a/include/configs/imx6qdl_icore.h
+++ b/include/configs/imx6qdl_icore.h
@@ -168,10 +168,8 @@
/* Ethernet */
#ifdef CONFIG_FEC_MXC
-# define IMX_FEC_BASE ENET_BASE_ADDR
# define CONFIG_FEC_MXC_PHYADDR 0
# define CONFIG_FEC_XCV_TYPE RMII
-# define CONFIG_ETHPRIME "FEC"
# define CONFIG_MII
#endif