summaryrefslogtreecommitdiff
path: root/include/configs/pico-imx6.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-08 06:59:42 +0300
committerTom Rini <trini@konsulko.com>2021-11-12 22:18:17 +0300
commit8bd39de9b1bdaabaae35b0d9543376ccf3ff2424 (patch)
tree15f5ef45dd1389bf9c3fecb1f90481bd92f39e53 /include/configs/pico-imx6.h
parent406257ae4162adefa46951ff673ae9bbe03756fe (diff)
downloadu-boot-8bd39de9b1bdaabaae35b0d9543376ccf3ff2424.tar.xz
Convert CONFIG_PHYLIB et al to Kconfig
This converts the following to Kconfig: CONFIG_PHYLIB CONFIG_PHY_ATHEROS CONFIG_PHY_GIGE CONFIG_MII Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/pico-imx6.h')
-rw-r--r--include/configs/pico-imx6.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pico-imx6.h b/include/configs/pico-imx6.h
index 817e7140d8..2528d319d1 100644
--- a/include/configs/pico-imx6.h
+++ b/include/configs/pico-imx6.h
@@ -130,7 +130,6 @@
#define CONFIG_BOARD_SIZE_LIMIT 715776
/* Ethernet Configuration */
-#define CONFIG_MII
#define IMX_FEC_BASE ENET_BASE_ADDR
#define CONFIG_FEC_XCV_TYPE RGMII
#define CONFIG_ETHPRIME "FEC"