From: Tom Rini Date: Wed, 30 Mar 2022 22:07:33 +0000 (-0400) Subject: m53menlo: Drop CONFIG_DISCOVER_PHY X-Git-Tag: baikal/mips/sdk5.9~3^2~115^2~12 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=9954d91595b2f14ec985af658a8d7ac2752520da;p=uboot.git m53menlo: Drop CONFIG_DISCOVER_PHY This is not used in code, drop. Signed-off-by: Tom Rini --- diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h index dd803e7053..5bd6cbefc6 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 */