X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fimx28.cfg;h=d52fc4eafb22c4905886e995b50a1bdaa4ae1ce8;hb=3cd7c40c3c7c7cc82824b41f5e2be8ff118ce41f;hp=8c478b72e2b873e67ea2072542d0a718d56bf104;hpb=3822a07ed7288287a2cb88382328406a705fee2a;p=fw%2Fopenocd diff --git a/tcl/target/imx28.cfg b/tcl/target/imx28.cfg index 8c478b72e..d52fc4eaf 100644 --- a/tcl/target/imx28.cfg +++ b/tcl/target/imx28.cfg @@ -1,10 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # i.MX28 config file. # based off of the imx21.cfg file. reset_config trst_and_srst #jtag nTRST and nSRST delay -adapter_nsrst_delay 100 +adapter srst delay 100 jtag_ntrst_delay 100 if { [info exists CHIPNAME] } { @@ -33,6 +35,6 @@ jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_C # Create the GDB Target. set _TARGETNAME $_CHIPNAME.cpu -target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME -variant arm926ejs +target create $_TARGETNAME arm926ejs -endian $_ENDIAN -chain-position $_TARGETNAME arm7_9 dcc_downloads enable