diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 10:46:22 -0400 |
commit | d9180c3035bb71d19ba8f5e5a2317f48e7bf3ab0 (patch) | |
tree | 99e8484d8bbe9e10d61885429aae5f876bf55b35 | |
parent | d43cd486ee2063fa73e3e29d6386d13b3aee9354 (diff) |
m53menlo: Drop CONFIG_DISCOVER_PHY
This is not used in code, drop.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/configs/m53menlo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index dd803e7053c..5bd6cbefc67 100644 --- a/include/configs/m53menlo.h +++ b/include/configs/m53menlo.h @@ -71,7 +71,6 @@ #ifdef CONFIG_CMD_NET #define IMX_FEC_BASE FEC_BASE_ADDR #define CONFIG_FEC_MXC_PHYADDR 0x0 -#define CONFIG_DISCOVER_PHY #endif #define CONFIG_SYS_RTC_BUS_NUM 1 /* I2C2 */ |