remove recrusive reset invocation from reset init callback
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 7 Oct 2009 12:20:06 +0000 (12:20 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 7 Oct 2009 12:20:06 +0000 (12:20 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2816 b42882b7-edfa-0310-969c-e2dbd0fdcd60

tcl/board/imx31pdk.cfg

index 2318e44bdd2b1aa8d9e30432cb30cd750005e374..e000e3cc69f5205739140cd2b49a7908bb3cf94d 100644 (file)
@@ -1,15 +1,10 @@
 # The IMX31PDK eval board has a single IMX31 chip
 source [find target/imx31.cfg]
-$_TARGETNAME configure -event gdb-attach { reset init }
 $_TARGETNAME configure -event reset-init { imx31pdk_init }
 
 proc imx31pdk_init { } {
        # This setup puts RAM at 0x80000000
 
-       # reset the board correctly
-       reset run
-       reset halt
-
        # ========================================
        # Init CCM
        # ========================================