]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/ep8248.h
Update all board to support new bbmiiphy driver (with multibus support)
[karo-tx-uboot.git] / include / configs / ep8248.h
index cb4185a67bbbbdc55b0942cd4f8eea256ffdfac9..a738425f4f0275cddabc411ad11528187925813e 100644 (file)
@@ -92,6 +92,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)