X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Fboard%2Fimx31pdk.cfg;h=e000e3cc69f5205739140cd2b49a7908bb3cf94d;hp=2318e44bdd2b1aa8d9e30432cb30cd750005e374;hb=71bca7640adf8d180b39efa2a40e63433615bd58;hpb=616c1548660398397b1e733a07d426be83cc76b4 diff --git a/tcl/board/imx31pdk.cfg b/tcl/board/imx31pdk.cfg index 2318e44bdd..e000e3cc69 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 # ========================================