mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	mx6sabre_common: Remove FEC related settings
In preparation for converting to DM_ETH and moving the FEC symbols to Kconfig we need to move the FEC definitions to mx6sabreauto.h and mx6sabresd.h to avoid build breakage during the conversion. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
This commit is contained in:
		
							parent
							
								
									0c054753a9
								
							
						
					
					
						commit
						70a2df36fe
					
				@ -20,14 +20,6 @@
 | 
			
		||||
/* MMC Configs */
 | 
			
		||||
#define CONFIG_SYS_FSL_ESDHC_ADDR      0
 | 
			
		||||
 | 
			
		||||
#define CONFIG_FEC_MXC
 | 
			
		||||
#define IMX_FEC_BASE			ENET_BASE_ADDR
 | 
			
		||||
#define CONFIG_FEC_XCV_TYPE		RGMII
 | 
			
		||||
#define CONFIG_ETHPRIME			"FEC"
 | 
			
		||||
#define CONFIG_FEC_MXC_PHYADDR		1
 | 
			
		||||
 | 
			
		||||
#define CONFIG_PHY_ATHEROS
 | 
			
		||||
 | 
			
		||||
#ifdef CONFIG_SUPPORT_EMMC_BOOT
 | 
			
		||||
#define EMMC_ENV \
 | 
			
		||||
	"emmcdev=2\0" \
 | 
			
		||||
 | 
			
		||||
@ -75,4 +75,12 @@
 | 
			
		||||
#define CONFIG_POWER_PFUZE100
 | 
			
		||||
#define CONFIG_POWER_PFUZE100_I2C_ADDR	0x08
 | 
			
		||||
 | 
			
		||||
#define CONFIG_FEC_MXC
 | 
			
		||||
#define IMX_FEC_BASE			ENET_BASE_ADDR
 | 
			
		||||
#define CONFIG_FEC_XCV_TYPE		RGMII
 | 
			
		||||
#define CONFIG_ETHPRIME			"FEC"
 | 
			
		||||
#define CONFIG_FEC_MXC_PHYADDR		1
 | 
			
		||||
 | 
			
		||||
#define CONFIG_PHY_ATHEROS
 | 
			
		||||
 | 
			
		||||
#endif                         /* __MX6SABREAUTO_CONFIG_H */
 | 
			
		||||
 | 
			
		||||
@ -62,4 +62,13 @@
 | 
			
		||||
#define CONFIG_USB_MAX_CONTROLLER_COUNT	1 /* Enabled USB controller number */
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define CONFIG_FEC_MXC
 | 
			
		||||
#define IMX_FEC_BASE			ENET_BASE_ADDR
 | 
			
		||||
#define CONFIG_FEC_XCV_TYPE		RGMII
 | 
			
		||||
#define CONFIG_ETHPRIME			"FEC"
 | 
			
		||||
#define CONFIG_FEC_MXC_PHYADDR		1
 | 
			
		||||
 | 
			
		||||
#define CONFIG_PHY_ATHEROS
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#endif                         /* __MX6SABRESD_CONFIG_H */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user