]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/commproc.h
PCU_E: remove code for yet another corpse
[karo-tx-uboot.git] / include / commproc.h
index 762238ebec1bc11383bcedb470155294954cf984..20637619997e9e297a87783aee88a828b5122492 100644 (file)
@@ -580,11 +580,11 @@ typedef struct scc_enet {
 /*********************************************************************/
 
 
-/***  CCM  and  PCU E  ***********************************************/
+/***  CCM  ***********************************************************/
 
-/* The PCU E  and  CCM  use the FEC on a MPC860T for Ethernet */
+/* The CCM  uses the FEC on a MPC860T for Ethernet */
 
-#if defined (CONFIG_PCU_E) || defined(CONFIG_CCM)
+#if defined(CONFIG_CCM)
 
 #define        FEC_ENET        /* use FEC for EThernet */
 #undef SCC_ENET
@@ -605,7 +605,7 @@ typedef struct scc_enet {
 
 #define PD_MII_MASK    ((ushort)0x1FFF)        /* PD 3...15 */
 
-#endif /* CONFIG_PCU_E, CONFIG_CCM */
+#endif /* CONFIG_CCM */
 
 /***  ELPT860 *********************************************************/