cfg: Rename leftover cortex_a8 -> cortex_a

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>
This commit is contained in:
Andreas Fritiofson 2014-07-03 23:44:02 +02:00 committed by Spencer Oliver
parent 287d6e033a
commit 518ce9e19e
2 changed files with 2 additions and 2 deletions

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

View 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