From 518ce9e19e45d55b2e239ba99c457e018432d4ee Mon Sep 17 00:00:00 2001 From: Andreas Fritiofson Date: Thu, 3 Jul 2014 23:44:02 +0200 Subject: [PATCH] cfg: Rename leftover cortex_a8 -> cortex_a Change-Id: Id11d89ae2fb78854da4284afb7f14d8a892a2e49 Signed-off-by: Andreas Fritiofson Reviewed-on: http://openocd.zylin.com/2197 Tested-by: jenkins Reviewed-by: Spencer Oliver --- tcl/target/altera_fpgasoc.cfg | 2 +- tcl/target/armada370.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl/target/altera_fpgasoc.cfg b/tcl/target/altera_fpgasoc.cfg index e876031c96..fccf8c51ea 100644 --- a/tcl/target/altera_fpgasoc.cfg +++ b/tcl/target/altera_fpgasoc.cfg @@ -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 } diff --git a/tcl/target/armada370.cfg b/tcl/target/armada370.cfg index c9c655eb92..40c779bdc9 100644 --- a/tcl/target/armada370.cfg +++ b/tcl/target/armada370.cfg @@ -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 -- 2.30.2