Xiaofan Chen <xiaofanc@gmail.com> 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
This commit is contained in:
oharboe 2009-07-02 17:47:10 +00:00
parent c33a1d764c
commit c946358a06
1 changed files with 2 additions and 2 deletions

View File

@ -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
}