From f6a022748fca195b41592e72ea19dec8475a8bbf Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 1 Aug 2002 09:31:20 +0000 Subject: [PATCH] Added initial support for WEP/PXA250. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@88 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/arm/platform/wep.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/include/arm/platform/wep.h b/include/arm/platform/wep.h index 65f6ac78..3484acd5 100644 --- a/include/arm/platform/wep.h +++ b/include/arm/platform/wep.h @@ -22,10 +22,10 @@ * Written by Marcel Telka , 2002. * * Documentation: - * [1] Intel Corporation, "Intel StrongARM SA-1110 Microprocessor - * Developer's Manual", October 2001, Order Number: 278240-004 - * [2] Intel Corporation, "Intel StrongARM SA-1110 Microprocessor - * Specification Update", December 2001, Order Number: 278259-023 + * [1] Intel Corporation, "Intel PXA250 and PXA210 Application Processors + * Developer's Manual", February 2002, Order Number: 278522-001 + * [2] Intel Corporation, "Intel PXA250 and PXA210 Application Processors + * Specification Update", May 2002, Order Number: 278534-005 * */ @@ -35,4 +35,6 @@ /* WEP board variations */ #define EP250 0 -#endif /* PLATFORM_WID_H */ +#define DEBUG_PORT_BASE STUART_BASE + +#endif /* PLATFORM_WEP_H */