summaryrefslogtreecommitdiff
path: root/tcl/target
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target')
-rw-r--r--tcl/target/aduc702x.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/aduc702x.cfg b/tcl/target/aduc702x.cfg
index ef1beb78..cdbcf456 100644
--- a/tcl/target/aduc702x.cfg
+++ b/tcl/target/aduc702x.cfg
@@ -5,7 +5,7 @@
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
- set _CHIPNAME s3c2410
+ set _CHIPNAME aduc702x
}
if { [info exists ENDIAN] } {
@@ -18,7 +18,7 @@ if { [info exists ENDIAN] } {
if { [info exists CPUTAPID] } {
set _CPUTAPID $CPUTAPID
} else {
- set _CPUTAPID 0xffffffff
+ set _CPUTAPID 0x3f0f0f0f
}