summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-07 12:20:06 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-07 12:20:06 +0000
commit71bca7640adf8d180b39efa2a40e63433615bd58 (patch)
treeb928bc0250aea8c5210d21fd2c28e2928ffa66ab /tcl
parent616c1548660398397b1e733a07d426be83cc76b4 (diff)
downloadopenocd+libswd-71bca7640adf8d180b39efa2a40e63433615bd58.tar.gz
openocd+libswd-71bca7640adf8d180b39efa2a40e63433615bd58.tar.bz2
openocd+libswd-71bca7640adf8d180b39efa2a40e63433615bd58.tar.xz
openocd+libswd-71bca7640adf8d180b39efa2a40e63433615bd58.zip
remove recrusive reset invocation from reset init callback
git-svn-id: svn://svn.berlios.de/openocd/trunk@2816 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/imx31pdk.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/tcl/board/imx31pdk.cfg b/tcl/board/imx31pdk.cfg
index 2318e44b..e000e3cc 100644
--- a/tcl/board/imx31pdk.cfg
+++ b/tcl/board/imx31pdk.cfg
@@ -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
# ========================================