From: <ml...@ma...> - 2009-09-19 22:38:52
|
Author: mlu Date: 2009-09-19 22:38:38 +0200 (Sat, 19 Sep 2009) New Revision: 2734 Modified: trunk/src/target/cortex_a8.h Log: Added CPUDBG_WCR_BASE define Modified: trunk/src/target/cortex_a8.h =================================================================== --- trunk/src/target/cortex_a8.h 2009-09-19 14:50:18 UTC (rev 2733) +++ trunk/src/target/cortex_a8.h 2009-09-19 20:38:38 UTC (rev 2734) @@ -53,6 +53,7 @@ #define CPUDBG_BVR_BASE 0x100 #define CPUDBG_BCR_BASE 0x140 #define CPUDBG_WVR_BASE 0x180 +#define CPUDBG_WCR_BASE 0x1C0 #define CPUDBG_OSLAR 0x300 #define CPUDBG_OSLSR 0x304 |