]> git.sur5r.net Git - u-boot/commitdiff
ppc4xx: Remove CONFIG_CS8952_PHY define
authorStefan Roese <sr@denx.de>
Mon, 8 Sep 2008 08:01:48 +0000 (10:01 +0200)
committerStefan Roese <sr@denx.de>
Mon, 8 Sep 2008 08:27:56 +0000 (10:27 +0200)
Since this define is only used on one board that was never really in
production, removing this compile time option doesn't hurt and makes
the code more readable.

Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/4xx_enet.c
include/configs/PIP405.h

index 52486fd7d9a2595e51897a187a7ec95a07a23f7a..6d4d043e04103ba476708c6e8493f7f09a74889d 100644 (file)
@@ -1187,7 +1187,6 @@ static int ppc_4xx_eth_init (struct eth_device *dev, bd_t * bis)
        }
 #endif /* defined(CONFIG_PHY_RESET) */
 
-#if !defined(CONFIG_CS8952_PHY)
        miiphy_read (dev->name, reg, PHY_BMSR, &reg_short);
 
        /*
@@ -1215,7 +1214,6 @@ static int ppc_4xx_eth_init (struct eth_device *dev, bd_t * bis)
                puts (" done\n");
                udelay (500000);        /* another 500 ms (results in faster booting) */
        }
-#endif /* !defined(CONFIG_CS8952_PHY) */
 
 get_speed:
        if (reg == CONFIG_FIXED_PHY) {
index 2ceda001cab098bdb10a2d1428591acee0c6b70a..86ea6c69b937d0dc04396d55baaa34800976ebab 100644 (file)
  ***********************************************************/
 #define CONFIG_MII             1       /* MII PHY management           */
 #define CONFIG_PHY_ADDR                1       /* PHY address                  */
-#define CONFIG_CS8952_PHY      1       /* its a CS8952 PHY             */
 /************************************************************
  * RTC
  ***********************************************************/