summaryrefslogtreecommitdiffstats
path: root/include/commproc.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-05 22:54:53 +0200
committerWolfgang Denk <wd@denx.de>2010-10-06 22:22:24 +0200
commit544d97e9aa904e489f9e87bae6a6b41cb031cbe9 (patch)
tree66b3ba6c3442bbbd6b4b917aa1b73b07f7a78708 /include/commproc.h
parent6f984adb31b9a591f12a960b0a8efc665c0ed3e8 (diff)
downloadblackbird-obmc-uboot-544d97e9aa904e489f9e87bae6a6b41cb031cbe9.tar.gz
blackbird-obmc-uboot-544d97e9aa904e489f9e87bae6a6b41cb031cbe9.zip
PCU_E: remove code for yet another corpse
The PCU_E board has long reached EOL, and support for it is no longer relevant in current versions of U-Boot. Remove it. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/commproc.h')
-rw-r--r--include/commproc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/commproc.h b/include/commproc.h
index 762238ebec..2063761999 100644
--- a/include/commproc.h
+++ b/include/commproc.h
@@ -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 *********************************************************/
OpenPOWER on IntegriCloud