This is an automated email from Gerrit.

Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/1374

-- gerrit

commit 6b94899aba3ea625da0aa564bf5d7fc3b2f5ac7b
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Thu May 2 16:04:45 2013 +0100

    cfg: remove whitespace
    
    Change-Id: I20edbb50efc03711195102f4c6dc8bcfaf043d44
    Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk>

diff --git a/tcl/target/am335x.cfg b/tcl/target/am335x.cfg
index a5376c1..af06f79 100644
--- a/tcl/target/am335x.cfg
+++ b/tcl/target/am335x.cfg
@@ -39,7 +39,7 @@ jtag configure $_CHIPNAME.m3_dap -event tap-enable 
"icepick_d_tapenable $_CHIPNA
 #
 # Main DAP
 #
-if { [info exists DAP_TAPID ] } {
+if { [info exists DAP_TAPID] } {
    set _DAP_TAPID $DAP_TAPID
 } else {
    set _DAP_TAPID 0x4b6b902f
@@ -50,7 +50,7 @@ jtag configure $_CHIPNAME.dap -event tap-enable 
"icepick_d_tapenable $_CHIPNAME.
 #
 # ICEpick-D (JTAG route controller)
 #
-if { [info exists JRC_TAPID ] } {
+if { [info exists JRC_TAPID] } {
    set _JRC_TAPID $JRC_TAPID
 } else {
    set _JRC_TAPID 0x0b94402f
diff --git a/tcl/target/imx28.cfg b/tcl/target/imx28.cfg
index 0cbedce..8c478b7 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

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to