From c2d0ab4da856a28e4cb48c0835de3fc4179a91df Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 26 Sep 2005 00:53:02 +0200 Subject: [PATCH] Second Ethernet address enabled for MPC885ADS and MPC8272ADS. Patch by Vitaly Bordug, 30 Mar 2005 --- CHANGELOG | 3 +++ include/configs/MPC8260ADS.h | 4 ++++ include/configs/MPC885ADS.h | 2 ++ 3 files changed, 9 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2574fdf514..bf513a2c06 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Second Ethernet address enabled for MPC885ADS and MPC8272ADS. + Patch by Vitaly Bordug, 30 Mar 2005 + * Add iopset command on mpc8xx Patch by Daniel Eisenhut, 25 Mar 2005 diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index d8c609b810..bca207418c 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 */ diff --git a/include/configs/MPC885ADS.h b/include/configs/MPC885ADS.h index 7f0b06a9fd..74318e5545 100644 --- a/include/configs/MPC885ADS.h +++ b/include/configs/MPC885ADS.h @@ -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 */