From 0608e04da9d0df5d00cf48a1d9141e2ea1bc9635 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 25 Mar 2004 19:29:38 +0000 Subject: * Patch by Klaus Heydeck, 13 Mar 2003: Add support for KUP4X Board --- include/commproc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/commproc.h') 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 -- cgit v1.2.1