aboutsummaryrefslogtreecommitdiff
path: root/include/configs/M5275EVB.h
diff options
context:
space:
mode:
authorTom Rini2022-06-25 11:02:36 -0400
committerTom Rini2022-07-07 09:29:08 -0400
commit0d121ad6de1706e8820067864be90add218cba2f (patch)
treec971c80506b2e82650d568ed4faf7a851fffd914 /include/configs/M5275EVB.h
parent7675a526e01d5714e3a3ec4d22e854104e65590c (diff)
Convert CONFIG_SYS_DISCOVER_PHY to Kconfig
This converts the following to Kconfig: CONFIG_SYS_DISCOVER_PHY Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/M5275EVB.h')
-rw-r--r--include/configs/M5275EVB.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h
index 5e6d0856246..4f6fc6d8cb9 100644
--- a/include/configs/M5275EVB.h
+++ b/include/configs/M5275EVB.h
@@ -33,15 +33,6 @@
/* Available command configuration */
-#ifdef CONFIG_MCFFEC
-#define CONFIG_SYS_DISCOVER_PHY
-/* If CONFIG_SYS_DISCOVER_PHY is not defined - hardcoded */
-#ifndef CONFIG_SYS_DISCOVER_PHY
-#define FECDUPLEX FULL
-#define FECSPEED _100BASET
-#endif
-#endif
-
/* I2C */
#define CONFIG_SYS_I2C_PINMUX_REG (gpio_reg->par_feci2c)
#define CONFIG_SYS_I2C_PINMUX_CLR (0xFFF0)