2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 08:31:15 +10:00

remove recrusive reset invocation from reset init callback

git-svn-id: svn://svn.berlios.de/openocd/trunk@2816 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2009-10-07 12:20:06 +00:00
parent 616c154866
commit 71bca7640a

View 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
# ========================================