Skip to content
Snippets Groups Projects
Commit 71bca764 authored by oharboe's avatar oharboe
Browse files

remove recrusive reset invocation from reset init callback

git-svn-id: svn://svn.berlios.de/openocd/trunk@2816 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 616c1548
No related branches found
No related tags found
No related merge requests found
# The IMX31PDK eval board has a single IMX31 chip # The IMX31PDK eval board has a single IMX31 chip
source [find target/imx31.cfg] source [find target/imx31.cfg]
$_TARGETNAME configure -event gdb-attach { reset init }
$_TARGETNAME configure -event reset-init { imx31pdk_init } $_TARGETNAME configure -event reset-init { imx31pdk_init }
proc imx31pdk_init { } { proc imx31pdk_init { } {
# This setup puts RAM at 0x80000000 # This setup puts RAM at 0x80000000
# reset the board correctly
reset run
reset halt
# ======================================== # ========================================
# Init CCM # Init CCM
# ======================================== # ========================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment