Second Ethernet address enabled for MPC885ADS and MPC8272ADS.
Patch by Vitaly Bordug, 30 Mar 2005
This commit is contained in:
parent
e6f222815c
commit
c2d0ab4da8
@ -2,6 +2,9 @@
|
|||||||
Changes for U-Boot 1.1.4:
|
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
|
* Add iopset command on mpc8xx
|
||||||
Patch by Daniel Eisenhut, 25 Mar 2005
|
Patch by Daniel Eisenhut, 25 Mar 2005
|
||||||
|
|
||||||
|
@ -502,4 +502,8 @@
|
|||||||
|
|
||||||
#endif /* CONFIG_ADSTYPE == CONFIG_8272ADS*/
|
#endif /* CONFIG_ADSTYPE == CONFIG_8272ADS*/
|
||||||
|
|
||||||
|
#if CONFIG_ADSTYPE == CFG_8272ADS
|
||||||
|
#define CONFIG_HAS_ETH1
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
#endif /* __CONFIG_H */
|
||||||
|
@ -42,4 +42,6 @@
|
|||||||
#define CFG_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */
|
#define CFG_OR5_PRELIM 0xFFFF8110 /* 64Kbyte address space */
|
||||||
#define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V)
|
#define CFG_BR5_PRELIM (CFG_PHYDEV_ADDR | BR_PS_8 | BR_V)
|
||||||
|
|
||||||
|
#define CONFIG_HAS_ETH1
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
#endif /* __CONFIG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user