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/pico-imx6ul.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/pico-imx6ul.h')
-rw-r--r-- | include/configs/pico-imx6ul.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 250e7747e7b..3fe178316f7 100644 --- a/include/configs/pico-imx6ul.h +++ b/include/configs/pico-imx6ul.h @@ -28,7 +28,6 @@ /* Network support */ -#define CONFIG_FEC_MXC #define IMX_FEC_BASE ENET2_BASE_ADDR #define CONFIG_FEC_MXC_PHYADDR 0x1 #define CONFIG_FEC_XCV_TYPE RMII |