aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/omap4430.cfg
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-10-29 23:32:17 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2011-11-07 16:16:33 +0000
commitca45e700b1c57caca2ef08e665e3c7e3e02ac8d3 (patch)
treeb3a745550c44fbac2101d25ae89be31e5e10631c /tcl/target/omap4430.cfg
parent17b546a900f2215d26cfdafa6938d814c0ab4ec3 (diff)
target config files: Fix whitespace issues.
Drop useless double-space occurences, drop trailing whitespace, and fix some other minor whitespace-related issues. Change-Id: I6b4c515492e2ee94dc25ef1fe4f51015a4bba8b5 Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/137 Tested-by: jenkins
Diffstat (limited to 'tcl/target/omap4430.cfg')
-rw-r--r--tcl/target/omap4430.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/tcl/target/omap4430.cfg b/tcl/target/omap4430.cfg
index fc3db5d0..f16d7488 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"