diff mbox series

[23/25] m53menlo: Drop CONFIG_DISCOVER_PHY

Message ID 20220330220735.908616-23-trini@konsulko.com
State Accepted
Commit d9180c3035bb71d19ba8f5e5a2317f48e7bf3ab0
Delegated to: Tom Rini
Headers show
Series [01/25] Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig | expand

Commit Message

Tom Rini March 30, 2022, 10:07 p.m. UTC
This is not used in code, drop.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/m53menlo.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini April 8, 2022, 6:04 p.m. UTC | #1
On Wed, Mar 30, 2022 at 06:07:33PM -0400, Tom Rini wrote:

> This is not used in code, drop.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index dd803e7053cb..5bd6cbefc67d 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 */