X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Faltera_fpgasoc.cfg;h=25fe1f49329c4bd0376d62bd6e38ad8b480b8ed1;hp=fccf8c51ea4cfd2e1be34672103931d8b8a97526;hb=fffe8e672572da46046b12a5d6b037057059393e;hpb=518ce9e19e45d55b2e239ba99c457e018432d4ee diff --git a/tcl/target/altera_fpgasoc.cfg b/tcl/target/altera_fpgasoc.cfg index fccf8c51ea..25fe1f4932 100644 --- a/tcl/target/altera_fpgasoc.cfg +++ b/tcl/target/altera_fpgasoc.cfg @@ -27,7 +27,7 @@ jtag newtap $_CHIPNAME.fpga tap -irlen 10 -ircapture 0x01 -irmask 0x3 -expected- # -# Cortex A9 target +# Cortex-A9 target # # GDB target: Cortex-A9, using DAP, configuring only one core @@ -59,6 +59,6 @@ $_TARGETNAME1 configure -event gdb-attach { halt } #$_TARGETNAME2 configure -event gdb-attach { halt } proc cycv_dbginit {target} { - # General Cortex A8/A9 debug initialisation + # General Cortex-A8/A9 debug initialisation cortex_a dbginit }