diff options
author | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-06-22 23:59:00 +0200 |
commit | 1636d1c8529c006d106287cfbc20cd0a246fe1cb (patch) | |
tree | cd39e784361c2bcef43cfc38d39b1670ce22d539 /include/configs/taishan.h | |
parent | 2dc64451b4c08ffd619372abfdc2506a2e2363b9 (diff) |
Coding stylke cleanup; rebuild CHANGELOG
Diffstat (limited to 'include/configs/taishan.h')
-rw-r--r-- | include/configs/taishan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/taishan.h b/include/configs/taishan.h index cbbb0066e92..b45c51dc921 100644 --- a/include/configs/taishan.h +++ b/include/configs/taishan.h @@ -218,8 +218,8 @@ #define CONFIG_EMAC_NR_START 2 /* start with EMAC 2 (skip 0&1) */ #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_NET_MULTI 1 -#define CONFIG_PHY_ADDR 0xff /* no phy on EMAC0 */ -#define CONFIG_PHY1_ADDR 0xff /* no phy on EMAC1 */ +#define CONFIG_PHY_ADDR 0xff /* no phy on EMAC0 */ +#define CONFIG_PHY1_ADDR 0xff /* no phy on EMAC1 */ #define CONFIG_PHY2_ADDR 0x1 #define CONFIG_PHY3_ADDR 0x3 #define CONFIG_ET1011C_PHY 1 |