summaryrefslogtreecommitdiff
path: root/tcl/target/str750.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/str750.cfg')
-rw-r--r--tcl/target/str750.cfg18
1 files changed, 9 insertions, 9 deletions
diff --git a/tcl/target/str750.cfg b/tcl/target/str750.cfg
index 837f6b99..74f26642 100644
--- a/tcl/target/str750.cfg
+++ b/tcl/target/str750.cfg
@@ -1,20 +1,20 @@
#STR750 CPU
-if { [info exists CHIPNAME] } {
- set _CHIPNAME $CHIPNAME
-} else {
+if { [info exists CHIPNAME] } {
+ set _CHIPNAME $CHIPNAME
+} else {
set _CHIPNAME str750
}
-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 0x4f1f0041
}