summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-12-02 12:58:50 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-12-03 09:02:07 +0000
commitf0fac8a2cda054b0040ef2387d9c0776e06d73a7 (patch)
treeb8c139eab5b0f89bd10eb96c3a8d2da49b264cb0 /src/target/cortex_m3.h
parentc24087d33ec75144ec5f579142152d8eb5ce50c9 (diff)
downloadopenocd+libswd-f0fac8a2cda054b0040ef2387d9c0776e06d73a7.tar.gz
openocd+libswd-f0fac8a2cda054b0040ef2387d9c0776e06d73a7.tar.bz2
openocd+libswd-f0fac8a2cda054b0040ef2387d9c0776e06d73a7.tar.xz
openocd+libswd-f0fac8a2cda054b0040ef2387d9c0776e06d73a7.zip
cortex_m3: change cortec_m3 reset_config behaviour
Currently the cmd 'cortex_m3 reset_config' will overide the default target's 'reset_config'. Chnage the behaviour to use the target 'reset_config' if configured and fallback if not. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/target/cortex_m3.h')
-rw-r--r--src/target/cortex_m3.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h
index db807111..e1f8ef80 100644
--- a/src/target/cortex_m3.h
+++ b/src/target/cortex_m3.h
@@ -136,7 +136,6 @@ struct cortex_m3_dwt_comparator
enum cortex_m3_soft_reset_config
{
- CORTEX_M3_RESET_SRST,
CORTEX_M3_RESET_SYSRESETREQ,
CORTEX_M3_RESET_VECTRESET,
};