mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
* Patch by Stefan Roese, 1 Jul 2005:
Fix PHY address for CATcenter board (now correct!)
This commit is contained in:
parent
bf41886f9d
commit
3c71f3e8aa
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
Changes for U-Boot 1.1.3:
|
Changes for U-Boot 1.1.3:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Patch by Stefan Roese, 1 Jul 2005:
|
||||||
|
Fix PHY address for CATcenter board (now correct!)
|
||||||
|
|
||||||
* Patch by Stefan Roese, 30 Jun 2005:
|
* Patch by Stefan Roese, 30 Jun 2005:
|
||||||
Fix PHY addresses for PPChameleon and CATcenter boards
|
Fix PHY addresses for PPChameleon and CATcenter boards
|
||||||
Change MAINTAINER for most esd boards
|
Change MAINTAINER for most esd boards
|
||||||
|
|
|
@ -111,7 +111,7 @@
|
||||||
#define CONFIG_MII 1 /* MII PHY management */
|
#define CONFIG_MII 1 /* MII PHY management */
|
||||||
#ifndef CONFIG_EXT_PHY
|
#ifndef CONFIG_EXT_PHY
|
||||||
#define CONFIG_PHY_ADDR 1 /* EMAC0 PHY address */
|
#define CONFIG_PHY_ADDR 1 /* EMAC0 PHY address */
|
||||||
#define CONFIG_PHY1_ADDR 2 /* EMAC1 PHY address */
|
#define CONFIG_PHY1_ADDR 16 /* EMAC1 PHY address */
|
||||||
#else
|
#else
|
||||||
#define CONFIG_PHY_ADDR 2 /* PHY address */
|
#define CONFIG_PHY_ADDR 2 /* PHY address */
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue