diff options
author | Stefan Roese <sr@denx.de> | 2007-10-05 17:35:10 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:49 +0100 |
commit | 1941cce71b1ae975602854045061e82f94ecd012 (patch) | |
tree | ace39427cd5b94ba2ce4320238fefecb0fd2a3b0 /cpu/ppc4xx | |
parent | 566806ca1a1bf4d895daaf0b2ba5494abbffebaf (diff) | |
download | u-boot-imx-1941cce71b1ae975602854045061e82f94ecd012.zip u-boot-imx-1941cce71b1ae975602854045061e82f94ecd012.tar.gz u-boot-imx-1941cce71b1ae975602854045061e82f94ecd012.tar.bz2 |
ppc4xx: Fix small merge problem in 4xx_enet.c
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r-- | cpu/ppc4xx/4xx_enet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/4xx_enet.c b/cpu/ppc4xx/4xx_enet.c index 841cb77..6b48344 100644 --- a/cpu/ppc4xx/4xx_enet.c +++ b/cpu/ppc4xx/4xx_enet.c @@ -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)) |