diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:23:29 -0400 |
commit | 61e1972e73df818013adeec750a402fcf298f137 (patch) | |
tree | 7226b1f6ab4fa55ea6bcb21fdfd0d35a4cb80e7b /include/configs/tqma6.h | |
parent | bca1bce92a58bfbd01799f62767f805099015721 (diff) | |
download | u-boot-61e1972e73df818013adeec750a402fcf298f137.tar.gz |
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/tqma6.h')
-rw-r--r-- | include/configs/tqma6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 1efe9d57a8..374a65aef4 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -55,7 +55,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */ -#define CONFIG_FEC_MXC #define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_ARP_TIMEOUT 200UL |