[U-Boot-Users] U-boot for MPC885 EVAL board -FEC query

Sachin S Mehta mehtass at myw.ltindia.com
Fri Aug 13 15:23:58 CEST 2004


hi ,

We are using MPC885ADS Eval. board ,we are porting  U-Boot 1.1.1 on it 
We tested FEC1 and FEC2 both indivisulay by making change in  "/board/fads.h file " 

                #define CONFIG_ETHER_ON_FEC1 1   
	#undef  CONFIG_ETHER_ON_FEC2

	#ifdef CONFIG_ETHER_ON_FEC1
	#define CONFIG_FEC1_PHY 0
	#endif

	#ifdef CONFIG_ETHER_ON_FEC2
	#define CONFIG_FEC2_PHY 1
	#endif

Its working fine for both FECs.
Is there any posibility to enable both FEC1 and FEC2 at a same time? if yes than 
how to make it ?

Thanks and regards,
Sachin Mehta







More information about the U-Boot mailing list