? include/configs/MPC8260ADS.my.h Index: include/configs/MPC8260ADS.h =================================================================== RCS file: /cvsroot/u-boot/u-boot/include/configs/MPC8260ADS.h,v retrieving revision 1.20 diff -p -u -r1.20 MPC8260ADS.h --- include/configs/MPC8260ADS.h 31 Dec 2004 09:32:53 -0000 1.20 +++ include/configs/MPC8260ADS.h 30 Mar 2005 15:36:06 -0000 @@ -390,4 +390,8 @@ #define CFG_RESET_ADDRESS 0x04400000 +#if CONFIG_ADSTYPE == CFG_8272ADS +#define CONFIG_HAS_ETH1 +#endif + #endif /* __CONFIG_H */ Index: include/configs/MPC885ADS.h =================================================================== RCS file: /cvsroot/u-boot/u-boot/include/configs/MPC885ADS.h,v retrieving revision 1.1 diff -p -u -r1.1 MPC885ADS.h --- include/configs/MPC885ADS.h 6 Jun 2004 21:35:08 -0000 1.1 +++ include/configs/MPC885ADS.h 30 Mar 2005 15:36:07 -0000 @@ -42,4 +42,6 @@ #define CFG_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */ #define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V) +#define CONFIG_HAS_ETH1 + #endif /* __CONFIG_H */