From: <ml...@ma...> - 2009-09-16 20:18:47
|
Author: mlu Date: 2009-09-16 20:18:38 +0200 (Wed, 16 Sep 2009) New Revision: 2717 Modified: trunk/src/target/cortex_a8.h Log: Remove unused varables (moved to armv7a) Modified: trunk/src/target/cortex_a8.h =================================================================== --- trunk/src/target/cortex_a8.h 2009-09-16 18:17:26 UTC (rev 2716) +++ trunk/src/target/cortex_a8.h 2009-09-16 18:18:38 UTC (rev 2717) @@ -103,11 +103,6 @@ int common_magic; arm_jtag_t jtag_info; - /* Core Debug Unit */ - uint32_t debug_base; - uint8_t debug_ap; - uint8_t memory_ap; - /* Context information */ uint32_t cpudbg_dscr; uint32_t nvic_dfsr; /* Debug Fault Status Register - shows reason for debug halt */ |