From: oharboe Date: Thu, 2 Jul 2009 17:47:10 +0000 (+0000) Subject: Xiaofan Chen With this patch, OpenOCD can talk to my X-Git-Tag: v0.2.0~57 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=c946358a0610467636ed2922e79a1ae19f843f90 Xiaofan Chen With this patch, OpenOCD can talk to my Analog Device Eval-ADuC7060 eval board. git-svn-id: svn://svn.berlios.de/openocd/trunk@2459 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/tcl/target/aduc702x.cfg b/tcl/target/aduc702x.cfg index ef1beb78d8..cdbcf456c5 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 }