* [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
* [U-Boot-Users] U-boot for MPC885 EVAL board -FEC query
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
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-08-13 14:15 UTC (permalink / raw)
To: u-boot
In message <s11d0e4b.011@EMAIL> you wrote:
>
> We are using MPC885ADS Eval. board ,we are porting U-Boot 1.1.1 on it
Why are you wasting your time?
The current version of U-Boot (top of tree in CVS) supports the
MPC885ADS right out of the box.
> Is there any posibility to enable both FEC1 and FEC2 at a same time? if yes than
> how to make it ?
No. You can _configure_ more than one Etherenet interface, but U-Boot
can _enable_ only one Etherenet interface at a time. But if you set
CONFIG_NET_MULTI in your board configuration it can (even
automatically) switch between any of the configured interfaces.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
"Ada is PL/I trying to be Smalltalk. - Codoso diBlini
^ 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.