diff options
author | mlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-16 18:18:38 +0000 |
---|---|---|
committer | mlu <mlu@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-16 18:18:38 +0000 |
commit | 9b11eebf3332b4c7eba1cc97d0c139338306ebb9 (patch) | |
tree | 39c5720c42f1f53826348b6b1b7f3eb33d0f3522 | |
parent | 45f03dd9b522cd0f5c96805fa14b24fa082355b0 (diff) | |
download | openocd_libswd-9b11eebf3332b4c7eba1cc97d0c139338306ebb9.tar.gz openocd_libswd-9b11eebf3332b4c7eba1cc97d0c139338306ebb9.tar.bz2 openocd_libswd-9b11eebf3332b4c7eba1cc97d0c139338306ebb9.tar.xz openocd_libswd-9b11eebf3332b4c7eba1cc97d0c139338306ebb9.zip |
Remove unused varables (moved to armv7a)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2717 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/target/cortex_a8.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h index 358f71bf..20049d9f 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a8.h @@ -103,11 +103,6 @@ typedef struct cortex_a8_common_s 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 */ |