summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-05-12 11:48:25 (GMT)
committerStefano Babic <sbabic@denx.de>2017-05-31 08:22:43 (GMT)
commit8bd06ba91af529f3e5746bac94a3308181f69d09 (patch)
tree543e7b2cf98daf41ddd29a8d0d257b0aeb5e6faf
parenta48f32f71b653d0137ed83055d902813bae28ca7 (diff)
downloadu-boot-8bd06ba91af529f3e5746bac94a3308181f69d09.tar.xz
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>
-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 5789f24..00a533c 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