X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fimx28.cfg;h=4cc3950be8693125a456316daac05b42a08302d6;hp=0cbedce409855e099d226f531ec6def110ef8814;hb=c32f81f7186ac825652df4226646b3505b01f940;hpb=5d43ffd5bc0ca281314f5ccda417cc7144c31144 diff --git a/tcl/target/imx28.cfg b/tcl/target/imx28.cfg index 0cbedce409..4cc3950be8 100644 --- a/tcl/target/imx28.cfg +++ b/tcl/target/imx28.cfg @@ -23,7 +23,7 @@ if { [info exists ENDIAN] } { # Note above there is 1 tap # The CPU tap -if { [info exists CPUTAPID ] } { +if { [info exists CPUTAPID] } { set _CPUTAPID $CPUTAPID } else { set _CPUTAPID 0x079264f3 @@ -33,6 +33,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