]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/davinci_emac.c
mtd, nand: move some printfs to debug output.
[u-boot] / drivers / net / davinci_emac.c
index d6c4e63d61a556e3a9ebf835f2a9266010580232..fbd0f1b7b58845cce5fb6e578b9bf44cff7127ce 100644 (file)
@@ -220,7 +220,7 @@ static int davinci_eth_phy_detect(void)
        for (i = 0, j = 0; i < 32; i++)
                if (phy_act_state & (1 << i)) {
                        count++;
-                       if (count < CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT) {
+                       if (count <= CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT) {
                                active_phy_addr[j++] = i;
                        } else {
                                printf("%s: to many PHYs detected.\n",