mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-30 18:05:48 +01:00 
			
		
		
		
	configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR
The IMX8M based Venice boards all have device-tree fec nodes that use proper dt with a phy-handle pointing to a phy with reg assigned to the proper phy address. There is no need to keep using the CONFIG_FEC_MXC_PHYADDR hack when a proper dt is used - remove it. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
		
				
					committed by
					
						 Stefano Babic
						Stefano Babic
					
				
			
			
				
	
			
			
			
						parent
						
							a1d675ac77
						
					
				
				
					commit
					400eebf10d
				
			| @@ -112,7 +112,6 @@ | |||||||
| 					sizeof(CONFIG_SYS_PROMPT) + 16) | 					sizeof(CONFIG_SYS_PROMPT) + 16) | ||||||
|  |  | ||||||
| /* FEC */ | /* FEC */ | ||||||
| #define CONFIG_FEC_MXC_PHYADDR          0 |  | ||||||
| #define FEC_QUIRK_ENET_MAC | #define FEC_QUIRK_ENET_MAC | ||||||
|  |  | ||||||
| #endif | #endif | ||||||
|   | |||||||
| @@ -108,7 +108,6 @@ | |||||||
| 					sizeof(CONFIG_SYS_PROMPT) + 16) | 					sizeof(CONFIG_SYS_PROMPT) + 16) | ||||||
|  |  | ||||||
| /* FEC */ | /* FEC */ | ||||||
| #define CONFIG_FEC_MXC_PHYADDR          0 |  | ||||||
| #define FEC_QUIRK_ENET_MAC | #define FEC_QUIRK_ENET_MAC | ||||||
|  |  | ||||||
| #endif | #endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user