From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sachin S Mehta Date: Fri, 13 Aug 2004 18:53:58 +0530 Subject: [U-Boot-Users] U-boot for MPC885 EVAL board -FEC query Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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