Skip to content
Snippets Groups Projects
Commit 1941cce7 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Fix small merge problem in 4xx_enet.c


Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 566806ca
Branches
Tags
No related merge requests found
......@@ -139,7 +139,7 @@
#define BI_PHYMODE_MII 7
#endif
#if defined(CONFIG_440SP) || defined(CONFIG_440SPE) \
#if defined(CONFIG_440SP) || defined(CONFIG_440SPE) || \
defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
defined(CONFIG_405EX)
#define SDR0_MFR_ETH_CLK_SEL_V(n) ((0x01<<27) / (n+1))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment