diff options
author | Fabio Estevam | 2020-02-03 13:09:22 -0300 |
---|---|---|
committer | Stefano Babic | 2020-04-17 18:55:09 +0200 |
commit | ba83ed5922d15a3b81b2d2cd8c851e1b3eafab84 (patch) | |
tree | bea40aee30c5a05010cec664c288f473830ea508 /include/configs/mx6ul_14x14_evk.h | |
parent | cbc81b735ea751def692bf40710c0116be3ee863 (diff) |
mx6ul_evk: Move CONFIG_FEC_MXC to defconfig
CONFIG_FEC_MXC is supported in Kconfig, so it is preferred to
move it to defconfig file.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include/configs/mx6ul_14x14_evk.h')
-rw-r--r-- | include/configs/mx6ul_14x14_evk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index f347eeb39fb..a30d2c08799 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -172,7 +172,6 @@ #endif #ifdef CONFIG_CMD_NET -#define CONFIG_FEC_MXC #define CONFIG_FEC_ENET_DEV 1 #if (CONFIG_FEC_ENET_DEV == 0) |