All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] U-boot for MPC885 EVAL board -FEC query
@ 2004-08-13 13:23 Sachin S Mehta
  2004-08-13 14:15 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Sachin S Mehta @ 2004-08-13 13:23 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-13 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-13 13:23 [U-Boot-Users] U-boot for MPC885 EVAL board -FEC query Sachin S Mehta
2004-08-13 14:15 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.