]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
icorem6: Remove unused FEC configs
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 12 May 2017 11:48:25 +0000 (17:18 +0530)
committerStefano Babic <sbabic@denx.de>
Wed, 31 May 2017 08:22:43 +0000 (10:22 +0200)
- 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>
include/configs/imx6qdl_icore.h

index 5789f24712bf7cdbb01b0060a34f9ca894f60410..00a533c4bbab4fa101196be83a2a3697850a17ce 100644 (file)
 
 /* 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