From: Jagan Teki Date: Fri, 12 May 2017 11:48:25 +0000 (+0530) Subject: icorem6: Remove unused FEC configs X-Git-Tag: v2017.07-rc3~29^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8bd06ba91af529f3e5746bac94a3308181f69d09;p=u-boot 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 --- 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