Typo in last SAMA5D4 commit

This commit is contained in:
Gregory Nutt 2014-06-11 13:43:54 -06:00
parent 69c18728f2
commit fd710fc8db
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
#elif defined(SAMA5_EMAC0_PHY_KSZ8051)
# define EMAC0_MII_OUI_MSB 0x0022
# define EMAC0_MII_OUI_LSB 0x05
#elif defined(SAMA5_EMAC_PHY_KSZ8081)
#elif defined(SAMA5_EMAC0_PHY_KSZ8081)
# define EMAC0_MII_OUI_MSB 0x0022
# define EMAC0_MII_OUI_LSB 0x05
#else