diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2015-04-07 09:40:53 +0100 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2015-04-16 20:28:21 +0100 |
commit | 8d86633eb7c4cc74c3bf4c19eafa49ae76743c7b (patch) | |
tree | f5ad9cd7a127c80685dc0d79f89a6b1b61dd25c0 /tcl/target/amdm37x.cfg | |
parent | 788bdb49fd663c0f608cdb81dcd15ba0857a524b (diff) |
docs: update OpenOCD url's to openocd.org domain
Change-Id: I8b55c8d12773a1c36f2fd2afeecf20a74e890064
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/2698
Tested-by: jenkins
Diffstat (limited to 'tcl/target/amdm37x.cfg')
-rw-r--r-- | tcl/target/amdm37x.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tcl/target/amdm37x.cfg b/tcl/target/amdm37x.cfg index 07e6d102..59fbbf01 100644 --- a/tcl/target/amdm37x.cfg +++ b/tcl/target/amdm37x.cfg @@ -50,7 +50,7 @@ adapter_khz 10 ############################################################################### # JTAG setup # The OpenOCD commands are described in the TAP Declaration section -# http://openocd.sourceforge.net/doc/html/TAP-Declaration.html +# http://openocd.org/doc/html/TAP-Declaration.html ############################################################################### # The AM/DM37x has an ICEPick module in it like many of TI's other devices. More @@ -61,7 +61,7 @@ source [find target/icepick.cfg] # The TAP order should be described from the TDO connection in OpenOCD to the # TDI pin. The OpenOCD FAQ describes this in more detail: -# http://openocd.sourceforge.net/doc/html/FAQ.html +# http://openocd.org/doc/html/FAQ.html # From SPRUGN4R CH27 the available secondary TAPs are in this order from TDO: # @@ -136,7 +136,7 @@ jtag configure $_CHIPNAME.jrc -event setup "jtag tapenable $_CHIPNAME.dap" ############################################################################### # Target Setup: # This section is described in the OpenOCD documentation under CPU Configuration -# http://openocd.sourceforge.net/doc/html/CPU-Configuration.html +# http://openocd.org/doc/html/CPU-Configuration.html ############################################################################### # Create the CPU target to be used with GDB: Cortex-A8, using DAP |