No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
does exactly the same thing as common "CONFIG_RMII".
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Ben Warren <biggerbadderben@gmail.com>
        *pVR_CTL |= CLKBUFOE;
 
        /* Set all the pins to peripheral mode */
-#ifdef CONFIG_BFIN_MAC_RMII
+#ifdef CONFIG_RMII
        /* grab RMII pins */
 # if defined(__ADSPBF51x__)
        *pPORTF_MUX = (*pPORTF_MUX & \
        else
                opmode = ASTP | PSF;
        opmode |= RE;
-#ifdef CONFIG_BFIN_MAC_RMII
+#ifdef CONFIG_RMII
        opmode |= TE | RMII;
 #endif
        /* Turn on the EMAC */