From f176278e98536981a212c0cfcee75ec94ab2c158 Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sun, 24 Oct 2010 16:28:48 +0200 Subject: [PATCH] Make systesetreq typos read sysresetreq instead Signed-off-by: Peter Stuge --- src/target/cortex_m3.c | 2 +- tcl/target/stellaris.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/target/cortex_m3.c b/src/target/cortex_m3.c index 3011b59771..3f080f1336 100644 --- a/src/target/cortex_m3.c +++ b/src/target/cortex_m3.c @@ -2127,7 +2127,7 @@ COMMAND_HANDLER(handle_cortex_m3_reset_config_command) if (CMD_ARGC > 0) { - if (strcmp(*CMD_ARGV, "systesetreq") == 0) + if (strcmp(*CMD_ARGV, "sysresetreq") == 0) cortex_m3->soft_reset_config = CORTEX_M3_RESET_SYSRESETREQ; else if (strcmp(*CMD_ARGV, "vectreset") == 0) cortex_m3->soft_reset_config = CORTEX_M3_RESET_VECTRESET; diff --git a/tcl/target/stellaris.cfg b/tcl/target/stellaris.cfg index bfe9087c15..e206a9c837 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 -- 2.30.2