diff options
author | Tom Rini | 2022-03-11 09:12:10 -0500 |
---|---|---|
committer | Tom Rini | 2022-03-18 12:48:17 -0400 |
commit | 08f1d58affa4a3ec1fb68717be088dd3556fe26a (patch) | |
tree | 79cabfc0bee8c79dcb1b629203a3518dbbcafd6d /include/configs/imx6_logic.h | |
parent | b07fb55747926afe36cb970335eb1700cc32eb6a (diff) |
net: fec_mxc: Drop CONFIG_FEC_XCV_TYPE
With all boards now using DM_ETH we determine the value for
CONFIG_FEC_XCV_TYPE at run time, except in the case of the default
fall-back. Set the fallback directly now.
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imx6_logic.h')
-rw-r--r-- | include/configs/imx6_logic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx6_logic.h b/include/configs/imx6_logic.h index e6fc65e0d41..65f8944ccaf 100644 --- a/include/configs/imx6_logic.h +++ b/include/configs/imx6_logic.h @@ -23,7 +23,6 @@ /* Ethernet Configs */ -#define CONFIG_FEC_XCV_TYPE RMII #define CONFIG_FEC_MXC_PHYADDR 0 #define CONFIG_EXTRA_ENV_SETTINGS \ |