cfg: Rename leftover cortex_a8 -> cortex_a
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Thu, 3 Jul 2014 21:44:02 +0000 (23:44 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 8 Jul 2014 19:33:18 +0000 (19:33 +0000)
Change-Id: Id11d89ae2fb78854da4284afb7f14d8a892a2e49
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/2197
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tcl/target/altera_fpgasoc.cfg
tcl/target/armada370.cfg

index e876031c9692267709a3980af1453136966677c7..fccf8c51ea4cfd2e1be34672103931d8b8a97526 100644 (file)
@@ -60,5 +60,5 @@ $_TARGETNAME1 configure -event gdb-attach { halt }
 
 proc cycv_dbginit {target} {
         # General Cortex A8/A9 debug initialisation
-        cortex_a8 dbginit
+        cortex_a dbginit
 }
index c9c655eb92315002e7da2396bf5bceca9ce958e9..40c779bdc90e0cbdc1918ad74f377d9d24f3345a 100644 (file)
@@ -19,7 +19,7 @@ if { [info exists CPUTAPID] } {
 jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
 
 set _TARGETNAME $_CHIPNAME.cpu
-target create $_TARGETNAME cortex_a8 -chain-position $_CHIPNAME.dap
+target create $_TARGETNAME cortex_a -chain-position $_CHIPNAME.dap
 
 proc armada370_dbginit {target} {
      cortex_a dbginit