diff options
Diffstat (limited to 'arch/arm/include/asm/arch-davinci/emac_defs.h')
| -rw-r--r-- | arch/arm/include/asm/arch-davinci/emac_defs.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/include/asm/arch-davinci/emac_defs.h b/arch/arm/include/asm/arch-davinci/emac_defs.h index b0ec8f509..35a1585d1 100644 --- a/arch/arm/include/asm/arch-davinci/emac_defs.h +++ b/arch/arm/include/asm/arch-davinci/emac_defs.h @@ -85,7 +85,7 @@  #endif  /* PHY mask - set only those phy number bits where phy is/can be connected */ -#define EMAC_MDIO_PHY_NUM           1 +#define EMAC_MDIO_PHY_NUM           CONFIG_EMAC_MDIO_PHY_NUM  #define EMAC_MDIO_PHY_MASK          (1 << EMAC_MDIO_PHY_NUM)  /* Ethernet Min/Max packet size */ |