aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/altera_fpgasoc.cfg
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2014-07-03 23:44:02 +0200
committerSpencer Oliver <spen@spen-soft.co.uk>2014-07-08 19:33:18 +0000
commit518ce9e19e45d55b2e239ba99c457e018432d4ee (patch)
tree3e9f6940b854da64b07b0f00cc2eb30c50e92e66 /tcl/target/altera_fpgasoc.cfg
parent287d6e033a4d6777801525e27ca8ad387cfe7ec2 (diff)
downloadriscv-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/target/altera_fpgasoc.cfg')
-rw-r--r--tcl/target/altera_fpgasoc.cfg2
1 files changed, 1 insertions, 1 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
}