]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ep82xxm.h
Update all board to support new bbmiiphy driver (with multibus support)
[people/ms/u-boot.git] / include / configs / ep82xxm.h
index 239ff6733091eaf9470a7fcfddc0974a5b3d58bb..c737f10ec91193f454470b581457889a3b07ae19 100644 (file)
@@ -85,6 +85,7 @@
  * GPIO pins used for bit-banged MII communications
  */
 #define MDIO_PORT              0       /* Not used - implemented in BCSR */
+
 #define MDIO_ACTIVE            (*(vu_char *)(CONFIG_SYS_BCSR + 8) &= 0xFB)
 #define MDIO_TRISTATE          (*(vu_char *)(CONFIG_SYS_BCSR + 8) |= 0x04)
 #define MDIO_READ              (*(vu_char *)(CONFIG_SYS_BCSR + 8) & 1)