Skip to content
Snippets Groups Projects
Commit 092d2487 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII


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: default avatarMike Frysinger <vapier@gentoo.org>
Acked-by: default avatarBen Warren <biggerbadderben@gmail.com>
parent 8eed6ca5
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ static int bfin_miiphy_init(struct eth_device *dev, int *opmode)
*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 & \
......@@ -365,7 +365,7 @@ static int bfin_EMAC_init(struct eth_device *dev, bd_t *bd)
else
opmode = ASTP | PSF;
opmode |= RE;
#ifdef CONFIG_BFIN_MAC_RMII
#ifdef CONFIG_RMII
opmode |= TE | RMII;
#endif
/* Turn on the EMAC */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment