diff options
author | Tom Rini | 2021-10-30 23:03:52 -0400 |
---|---|---|
committer | Tom Rini | 2021-11-05 11:23:29 -0400 |
commit | 61e1972e73df818013adeec750a402fcf298f137 (patch) | |
tree | 7226b1f6ab4fa55ea6bcb21fdfd0d35a4cb80e7b /include/configs/vf610twr.h | |
parent | bca1bce92a58bfbd01799f62767f805099015721 (diff) |
Convert CONFIG_FEC_MXC to Kconfig
This converts the following to Kconfig:
CONFIG_FEC_MXC
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/vf610twr.h')
-rw-r--r-- | include/configs/vf610twr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 29d6c3576b8..6ec39a063d7 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -25,7 +25,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 -#define CONFIG_FEC_MXC #define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_FEC_XCV_TYPE RMII #define CONFIG_FEC_MXC_PHYADDR 0 |