summaryrefslogtreecommitdiff
path: root/src/target/feroceon.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-14 14:44:10 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-08-14 14:44:10 +0000
commitfb27b7f8406949cac996529cbd4815f9cf21f23b (patch)
treea42b66056991e0717f41fd02af3726f78e2f837f /src/target/feroceon.c
parent6954dc72398dcae88aaae39c7476cb98a2f1fccf (diff)
downloadopenocd_libswd-fb27b7f8406949cac996529cbd4815f9cf21f23b.tar.gz
openocd_libswd-fb27b7f8406949cac996529cbd4815f9cf21f23b.tar.bz2
openocd_libswd-fb27b7f8406949cac996529cbd4815f9cf21f23b.tar.xz
openocd_libswd-fb27b7f8406949cac996529cbd4815f9cf21f23b.zip
feroceon updated w.r.t. latest arm7/9 changes
git-svn-id: svn://svn.berlios.de/openocd/trunk@921 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/feroceon.c')
-rw-r--r--src/target/feroceon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/feroceon.c b/src/target/feroceon.c
index 9c774716..38444ab7 100644
--- a/src/target/feroceon.c
+++ b/src/target/feroceon.c
@@ -688,8 +688,8 @@ int feroceon_target_command(struct command_context_s *cmd_ctx, char *cmd, char *
arm7_9->set_special_dbgrq = feroceon_set_dbgrq;
/* only one working comparator */
- arm7_9->wp_available = 1;
- arm7_9->wp1_used = -1;
+ arm7_9->wp_available_max = 1;
+ arm7_9->wp1_used_default = -1;
return ERROR_OK;
}