From aef29d913f57e643b26f708ddf4dc509b70efeb3 Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 1 Oct 2008 09:53:32 +0000 Subject: [PATCH] Duane Ellis: added missing invocation of reset-init git-svn-id: svn://svn.berlios.de/openocd/trunk@1013 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/startup.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helper/startup.tcl b/src/helper/startup.tcl index ff30d57de5..e3d750e08a 100644 --- a/src/helper/startup.tcl +++ b/src/helper/startup.tcl @@ -271,7 +271,8 @@ proc ocd_process_reset { MODE } { set err [catch "$t arp_waitstate halted 5000"] # Did it halt? if { $err == 0 } { - $t invoke-event old-post_reset + $t invoke-event old-post_reset + $t invoke-event reset-init } } } -- 2.30.2