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>__archive__
parent
287d6e033a
commit
518ce9e19e
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue