commit | 60289fe777fb64693ddf4579c32f7762e50be0c8 | [log] [tgz] |
---|---|---|
author | Prabhakar Lad <prabhakar.csengg@gmail.com> | Thu Nov 17 02:53:23 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:37 2011 +0100 |
tree | a28c1b84228e190be72a5cc2cda03658005427e1 | |
parent | 86657d4639b4b65c8ba14f4375f460a1696840cd [diff] |
ARM: davici_emac: Fix condition for number of phy detects Fix the condition for number of phys in davinci_eth_phy_detect() function. CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT indicates number of phys. From this commit id dc02badab480563b0bf9d3908046ea9d6b22ae63 davinci emac initilazed one less than the number of phy count. Signed-off-by: Prabhakar Lad <prabhakar.csengg@gmail.com> Acked-by: Heiko Schocher <hs@denx.de>