X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Ftarget%2Fomap4430.cfg;h=f16d7488868e7e6a7305197d59f81f0b120abc36;hb=327fafc6a22f5ff22c591c1ca345d3910022cfec;hp=fc3db5d0ccc69214fc95939b5f0c01d0d04df95d;hpb=3fea99097efc1d1a38e73ba646261c2a7a79bd12;p=fw%2Fopenocd diff --git a/tcl/target/omap4430.cfg b/tcl/target/omap4430.cfg index fc3db5d0c..f16d74888 100644 --- a/tcl/target/omap4430.cfg +++ b/tcl/target/omap4430.cfg @@ -16,7 +16,7 @@ source [find target/icepick.cfg] # # A9 DAP # -if { [info exists DAP_TAPID ] } { +if { [info exists DAP_TAPID] } { set _DAP_TAPID $DAP_TAPID } else { set _DAP_TAPID 0x3BA00477 @@ -31,7 +31,7 @@ jtag configure $_CHIPNAME.dap -event tap-enable \ # # M3 DAPs, one per core # -if { [info exists M3_DAP_TAPID ] } { +if { [info exists M3_DAP_TAPID] } { set _M3_DAP_TAPID $M3_DAP_TAPID } else { set _M3_DAP_TAPID 0x4BA00477 @@ -51,7 +51,7 @@ jtag configure $_CHIPNAME.m30_dap -event tap-enable \ # # ICEpick-D JRC (JTAG route controller) # -if { [info exists JRC_TAPID ] } { +if { [info exists JRC_TAPID] } { set _JRC_TAPID $JRC_TAPID } else { set _JRC_TAPID 0x3b95c02f @@ -59,7 +59,7 @@ if { [info exists JRC_TAPID ] } { } # PandaBoard REV EA1 (PEAP platforms) -if { [info exists JRC_TAPID2 ] } { +if { [info exists JRC_TAPID2] } { set _JRC_TAPID2 $JRC_TAPID2 } else { set _JRC_TAPID2 0x1b85202f @@ -68,7 +68,7 @@ if { [info exists JRC_TAPID2 ] } { jtag newtap $_CHIPNAME jrc -irlen 6 -ircapture 0x1 -irmask 0x3f \ - -expected-id $_JRC_TAPID -expected-id $_JRC_TAPID2 + -expected-id $_JRC_TAPID -expected-id $_JRC_TAPID2 # Required by ICEpick to power-up the debug domain jtag configure $_CHIPNAME.jrc -event post-reset "runtest 200"