diff options
author | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2014-07-03 23:44:02 +0200 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2014-07-08 19:33:18 +0000 |
commit | 518ce9e19e45d55b2e239ba99c457e018432d4ee (patch) | |
tree | 3e9f6940b854da64b07b0f00cc2eb30c50e92e66 /tcl | |
parent | 287d6e033a4d6777801525e27ca8ad387cfe7ec2 (diff) | |
download | riscv-openocd-518ce9e19e45d55b2e239ba99c457e018432d4ee.zip riscv-openocd-518ce9e19e45d55b2e239ba99c457e018432d4ee.tar.gz riscv-openocd-518ce9e19e45d55b2e239ba99c457e018432d4ee.tar.bz2 |
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>
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/altera_fpgasoc.cfg | 2 | ||||
-rw-r--r-- | 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 e876031..fccf8c5 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 c9c655e..40c779b 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 |