diff options
author | Peter Stuge <peter@stuge.se> | 2010-10-24 16:28:48 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-10-25 08:05:23 +0200 |
commit | f176278e98536981a212c0cfcee75ec94ab2c158 (patch) | |
tree | 713328458dde9ce1af8c309d348846a5fbcafc93 /tcl | |
parent | e7d26173fcd41640a85b9e315868768d7f297cda (diff) | |
download | openocd_libswd-f176278e98536981a212c0cfcee75ec94ab2c158.tar.gz openocd_libswd-f176278e98536981a212c0cfcee75ec94ab2c158.tar.bz2 openocd_libswd-f176278e98536981a212c0cfcee75ec94ab2c158.tar.xz openocd_libswd-f176278e98536981a212c0cfcee75ec94ab2c158.zip |
Make systesetreq typos read sysresetreq instead
Signed-off-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/stellaris.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg index bfe9087c..e206a9c8 100644 --- a/tcl/target/stellaris.cfg +++ b/tcl/target/stellaris.cfg @@ -80,7 +80,7 @@ $_TARGETNAME configure -event reset-start { set device_class [expr (([mrw 0x400fe000] >> 16) & 0xff)] if {$device_class == 0 || $device_class == 1 || $device_class == 3} { # Sandstorm, Fury and DustDevil are able to use NVIC SYSRESETREQ - cortex_m3 reset_config systesetreq + cortex_m3 reset_config sysresetreq } else { # Tempest and newer default to using NVIC VECTRESET # this does mean a reset-init event handler is required to reset |