summaryrefslogtreecommitdiff
path: root/src/target/arm926ejs.c
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2010-01-11 15:30:22 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-01-13 12:00:02 +0100
commitb8e930e3bfc78f4a0582edb8b7cec44b5c9f4cad (patch)
treec7e620ffac2caad50135cfd0eb8924cb0ce973fb /src/target/arm926ejs.c
parentee519ab3562870aa5bb1bc79f3c24cb3b3074d65 (diff)
downloadopenocd+libswd-b8e930e3bfc78f4a0582edb8b7cec44b5c9f4cad.tar.gz
openocd+libswd-b8e930e3bfc78f4a0582edb8b7cec44b5c9f4cad.tar.bz2
openocd+libswd-b8e930e3bfc78f4a0582edb8b7cec44b5c9f4cad.tar.xz
openocd+libswd-b8e930e3bfc78f4a0582edb8b7cec44b5c9f4cad.zip
arm7/9: enable check that DCC downloads have been enabled
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target/arm926ejs.c')
-rw-r--r--src/target/arm926ejs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm926ejs.c b/src/target/arm926ejs.c
index e099919b..32ecf72d 100644
--- a/src/target/arm926ejs.c
+++ b/src/target/arm926ejs.c
@@ -815,6 +815,7 @@ struct target_type arm926ejs_target =
.target_create = arm926ejs_target_create,
.init_target = arm9tdmi_init_target,
.examine = arm7_9_examine,
+ .check_reset = arm7_9_check_reset,
.virt2phys = arm926ejs_virt2phys,
.mmu = arm926ejs_mmu,