aboutsummaryrefslogtreecommitdiff
path: root/include/configs/SBC8560.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/SBC8560.h')
-rw-r--r--include/configs/SBC8560.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/SBC8560.h b/include/configs/SBC8560.h
index 88307374a..8e3c3923d 100644
--- a/include/configs/SBC8560.h
+++ b/include/configs/SBC8560.h
@@ -29,7 +29,7 @@
/* make sure you change the MAC address and other network params first,
* search for CONFIG_ETHADDR,CONFIG_SERVERIP,etc in this file
*/
-
+
#ifndef __CONFIG_H
#define __CONFIG_H
@@ -220,13 +220,13 @@
#define CONFIG_MII 1 /* MII PHY management */
#define CONFIG_PHY_ADDR 25 /* PHY address */
-
+
#elif defined(CONFIG_ETHER_ON_FCC) /* CPM FCC Ethernet */
#undef CONFIG_ETHER_NONE /* define if ether on something else */
#define CONFIG_ETHER_ON_FCC2 /* cpm FCC ethernet support */
#define CONFIG_ETHER_INDEX 2 /* which channel for ether */
-
+
#if (CONFIG_ETHER_INDEX == 2)
/*
* - Rx-CLK is CLK13
@@ -238,11 +238,11 @@
#define CFG_CMXFCR_VALUE (CMXFCR_RF2CS_CLK13 | CMXFCR_TF2CS_CLK14)
#define CFG_CPMFCR_RAMTYPE 0
#define CFG_FCC_PSMR (FCC_PSMR_FDE)
-
+
#elif (CONFIG_ETHER_INDEX == 3)
/* need more definitions here for FE3 */
#endif /* CONFIG_ETHER_INDEX */
-
+
#define CONFIG_MII /* MII PHY management */
#define CONFIG_BITBANGMII /* bit-bang MII PHY management */
/*
@@ -260,7 +260,7 @@
else iop->pdat &= ~0x00200000
#define MIIDELAY udelay(1)
-
+
#endif
/*-----------------------------------------------------------------------