mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 19:47:12 -04:00
ppc4xx: Fix small merge problem in 4xx_enet.c
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
566806ca1a
commit
1941cce71b
@ -139,7 +139,7 @@
|
|||||||
#define BI_PHYMODE_MII 7
|
#define BI_PHYMODE_MII 7
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_440SP) || defined(CONFIG_440SPE) \
|
#if defined(CONFIG_440SP) || defined(CONFIG_440SPE) || \
|
||||||
defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
|
defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
|
||||||
defined(CONFIG_405EX)
|
defined(CONFIG_405EX)
|
||||||
#define SDR0_MFR_ETH_CLK_SEL_V(n) ((0x01<<27) / (n+1))
|
#define SDR0_MFR_ETH_CLK_SEL_V(n) ((0x01<<27) / (n+1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user