Re: [U-Boot] How to enable 2 FCC Ports while booting using CONFIG_NET_MULTI

2009-10-31 Thread Wolfgang Denk
Dear "Gurumurthy Gowdar", In message <1256635330.s.5998.34271.f4mail-235-215.rediffmail.com.1257012487.28...@webmail.rediffmail.com> you wrote: > >i have enabled CONFIG_NET_MULTI , after enabling this it is > showing no ethernet > found under ethernet section. > > Net: No Ethe

Re: [U-Boot] How to enable 2 FCC Ports while booting using CONFIG_NET_MULTI

2009-10-31 Thread Gurumurthy Gowdar
Dear Sir, i have enabled CONFIG_NET_MULTI , after enabling this it is showing no ethernet found under ethernet section. Net: No Ethernet found just i want to ping for one of the two FCC ports at runtime based on setenv ethact command & ping for the particular port. so please le

Re: [U-Boot] How to enable 2 FCC Ports while booting using CONFIG_NET_MULTI

2009-10-27 Thread Gurumurthy Gowdar
Dear Sir, i want only one ethernet port active at a time. so to acheive this how to use CONFIG_NET_MULTI. i have enabled one ethernet port at present i.e. FCC2. how to enable two ports so that when i ping or give network command its should ping depending upon selected port. With Regard

Re: [U-Boot] How to enable 2 FCC Ports while booting using CONFIG_NET_MULTI

2009-10-27 Thread Wolfgang Denk
Dear "Gurumurthy Gowdar", In message <20091027063046.45327.qm...@f4mail-235-243.rediffmail.com> you wrote: > > > please let me know how to enable two Ethernet Ports in > U-boot for MPC8280 at booting time. After booting i should be able to > ping the two ports i.e. FCC1 and FCC2 only by