Duane Ellis: added missing invocation of reset-init
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 1 Oct 2008 09:53:32 +0000 (09:53 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 1 Oct 2008 09:53:32 +0000 (09:53 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1013 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/helper/startup.tcl

index ff30d57de57b2a18c724b85f1292fc75de41415e..e3d750e08ae7a075724bd29fbf08a0b17a739acd 100644 (file)
@@ -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              
            }
        }
     }