summaryrefslogtreecommitdiff
path: root/src/target/embeddedice.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-07 08:07:07 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-03-07 08:07:07 +0000
commite199d7bd2cd8a9c9dead86ad293ebf3dfd8be33a (patch)
tree424fd3c5f4de9857a6c8a0e31ccc75b7c9f46a7f /src/target/embeddedice.c
parent55b4d9a984980f5d752f247199a6e516190e91e6 (diff)
downloadopenocd_libswd-e199d7bd2cd8a9c9dead86ad293ebf3dfd8be33a.tar.gz
openocd_libswd-e199d7bd2cd8a9c9dead86ad293ebf3dfd8be33a.tar.bz2
openocd_libswd-e199d7bd2cd8a9c9dead86ad293ebf3dfd8be33a.tar.xz
openocd_libswd-e199d7bd2cd8a9c9dead86ad293ebf3dfd8be33a.zip
removed excessive debug output. Perhaps a debug_level 4 should be introduced? Hopefully it can be avoided as this was the only case where debug output was going through the roof.
git-svn-id: svn://svn.berlios.de/openocd/trunk@461 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/embeddedice.c')
-rw-r--r--src/target/embeddedice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/embeddedice.c b/src/target/embeddedice.c
index 3b9af755..270e52bf 100644
--- a/src/target/embeddedice.c
+++ b/src/target/embeddedice.c
@@ -217,8 +217,6 @@ int embeddedice_read_reg_w_check(reg_t *reg, u8* check_value, u8* check_mask)
u8 field1_out[1];
u8 field2_out[1];
- DEBUG("%i", ice_reg->addr);
-
jtag_add_end_state(TAP_RTI);
arm_jtag_scann(ice_reg->jtag_info, 0x2);