mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	configs: imx6-engicam: Drop fec phy address and mode
Now all the fec related phy properties are now accessible via dts. So drop the explicit config items from common config file, imx6-engicam.h Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
		
							parent
							
								
									90d466593f
								
							
						
					
					
						commit
						57de577950
					
				@ -156,17 +156,6 @@
 | 
				
			|||||||
/* MTD device */
 | 
					/* MTD device */
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Ethernet */
 | 
					 | 
				
			||||||
#ifdef CONFIG_FEC_MXC
 | 
					 | 
				
			||||||
# ifdef CONFIG_TARGET_MX6Q_ICORE_RQS
 | 
					 | 
				
			||||||
#  define CONFIG_FEC_MXC_PHYADDR	3
 | 
					 | 
				
			||||||
#  define CONFIG_FEC_XCV_TYPE		RGMII
 | 
					 | 
				
			||||||
# else
 | 
					 | 
				
			||||||
#  define CONFIG_FEC_MXC_PHYADDR	0
 | 
					 | 
				
			||||||
#  define CONFIG_FEC_XCV_TYPE		RMII
 | 
					 | 
				
			||||||
# endif
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Falcon Mode */
 | 
					/* Falcon Mode */
 | 
				
			||||||
#ifdef CONFIG_SPL_OS_BOOT
 | 
					#ifdef CONFIG_SPL_OS_BOOT
 | 
				
			||||||
# define CONFIG_SPL_FS_LOAD_ARGS_NAME	"args"
 | 
					# define CONFIG_SPL_FS_LOAD_ARGS_NAME	"args"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user