From: Tom Rini <trini@konsulko.com>
Date: Wed, 30 Mar 2022 22:07:33 +0000 (-0400)
Subject: m53menlo: Drop CONFIG_DISCOVER_PHY
X-Git-Tag: v2025.01-rc5-pxa1908~1469^2~12
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=d9180c3035bb71d19ba8f5e5a2317f48e7bf3ab0;p=u-boot.git

m53menlo: Drop CONFIG_DISCOVER_PHY

This is not used in code, drop.

Signed-off-by: Tom Rini <trini@konsulko.com>
---

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 */