From c2d0ab4da856a28e4cb48c0835de3fc4179a91df Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 26 Sep 2005 00:53:02 +0200 Subject: Second Ethernet address enabled for MPC885ADS and MPC8272ADS. Patch by Vitaly Bordug, 30 Mar 2005 --- include/configs/MPC8260ADS.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/configs/MPC8260ADS.h') diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index d8c609b81..bca207418 100644 --- a/include/configs/MPC8260ADS.h +++ b/include/configs/MPC8260ADS.h @@ -502,4 +502,8 @@ #endif /* CONFIG_ADSTYPE == CONFIG_8272ADS*/ +#if CONFIG_ADSTYPE == CFG_8272ADS +#define CONFIG_HAS_ETH1 +#endif + #endif /* __CONFIG_H */ -- cgit v1.2.3