summaryrefslogtreecommitdiff
path: root/tcl/target/str710.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/str710.cfg')
-rw-r--r--tcl/target/str710.cfg18
1 files changed, 9 insertions, 9 deletions
diff --git a/tcl/target/str710.cfg b/tcl/target/str710.cfg
index 39745717..215d12bb 100644
--- a/tcl/target/str710.cfg
+++ b/tcl/target/str710.cfg
@@ -1,21 +1,21 @@
#start slow, speed up after reset
jtag_khz 10
-if { [info exists CHIPNAME] } {
- set _CHIPNAME $CHIPNAME
-} else {
+if { [info exists CHIPNAME] } {
+ set _CHIPNAME $CHIPNAME
+} else {
set _CHIPNAME str710
}
-if { [info exists ENDIAN] } {
- set _ENDIAN $ENDIAN
-} else {
+if { [info exists ENDIAN] } {
+ set _ENDIAN $ENDIAN
+} else {
set _ENDIAN little
}
-if { [info exists CPUTAPID] } {
- set _CPUTAPID $CPUTAPID
-} else {
+if { [info exists CPUTAPID] } {
+ set _CPUTAPID $CPUTAPID
+} else {
set _CPUTAPID 0x3f0f0f0f
}