summaryrefslogtreecommitdiffstats
path: root/include/commproc.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-03-25 19:29:38 +0000
committerwdenk <wdenk>2004-03-25 19:29:38 +0000
commit0608e04da9d0df5d00cf48a1d9141e2ea1bc9635 (patch)
tree28fa0ea5f1d70d9bae2eaca42643804235141d12 /include/commproc.h
parentb79a11cc2bda7a4d5e00444427a0d06b4e86a990 (diff)
downloadblackbird-obmc-uboot-0608e04da9d0df5d00cf48a1d9141e2ea1bc9635.tar.gz
blackbird-obmc-uboot-0608e04da9d0df5d00cf48a1d9141e2ea1bc9635.zip
* Patch by Klaus Heydeck, 13 Mar 2003:
Add support for KUP4X Board
Diffstat (limited to 'include/commproc.h')
-rw-r--r--include/commproc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/commproc.h b/include/commproc.h
index 11f31e9da4..9facd771c5 100644
--- a/include/commproc.h
+++ b/include/commproc.h
@@ -980,10 +980,10 @@ typedef struct scc_enet {
#endif /* CONFIG_IVMS8, CONFIG_IVML24 */
-/*** KUP4K *********************************************************/
-/* The KUP4K uses the FEC on a MPC855T for Ethernet */
+/*** KUP4K, KUP4X ****************************************************/
+/* The KUP4 boards uses the FEC on a MPC8xx for Ethernet */
-#if defined(CONFIG_KUP4K)
+#if defined(CONFIG_KUP4K) || defined(CONFIG_KUP4X)
#define FEC_ENET /* use FEC for EThernet */
#undef SCC_ENET
OpenPOWER on IntegriCloud