This is an automated email from Gerrit.

Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2178

-- gerrit

commit 1bf5d817129c444b7fc6f15bfa11eeef96a16398
Author: Paul Fertser <fercer...@gmail.com>
Date:   Tue Jun 17 11:45:23 2014 +0400

    tcl/target/nrf51: remove bogus JTAG ID
    
    Since this device doesn't even have a JTAG port, adding M3 JTAG ID is
    meaningless here, so just remove it.
    
    Change-Id: I64780f22b287d6df5de501c5b8a7df21527bc6cf
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/tcl/target/nrf51.cfg b/tcl/target/nrf51.cfg
index baa4387..a3cdb96 100644
--- a/tcl/target/nrf51.cfg
+++ b/tcl/target/nrf51.cfg
@@ -27,11 +27,7 @@ if { [info exists WORKAREASIZE] } {
 if { [info exists CPUTAPID] } {
    set _CPUTAPID $CPUTAPID
 } else {
-   if { [using_jtag] } {
-      set _CPUTAPID 0x3ba00477
-   } {
-      set _CPUTAPID 0x0bb11477
-   }
+   set _CPUTAPID 0x0bb11477
 }
 
 swj_newdap $_CHIPNAME cpu -expected-id $_CPUTAPID

-- 

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to