diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2016-12-06 00:00:53 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-12-16 17:15:27 +0100 |
commit | e920f607793a0846b3837924e8ea5e95f2adc29b (patch) | |
tree | 7b3b568202e85e38003707d8f22382e3d7c7d130 /configs/imx6qdl_icore_mmc_defconfig | |
parent | 65613cada2be42392ec7b0d9be94d38b9a17ba9f (diff) |
icorem6: Use CONFIG_DM_ETH support
Use CONFIG_DM_ETH and remove board_eth_init code
from board files.
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/imx6qdl_icore_mmc_defconfig')
-rw-r--r-- | configs/imx6qdl_icore_mmc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/imx6qdl_icore_mmc_defconfig b/configs/imx6qdl_icore_mmc_defconfig index fcf4934124..31f40b4c6e 100644 --- a/configs/imx6qdl_icore_mmc_defconfig +++ b/configs/imx6qdl_icore_mmc_defconfig @@ -30,7 +30,6 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_OF_LIBFDT=y CONFIG_FEC_MXC=y CONFIG_MXC_UART=y -CONFIG_NETDEVICES=y CONFIG_IMX_THERMAL=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y |