This is an automated email from Gerrit.

John Szakmeister ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/1481

-- gerrit

commit b74270e1198cdc367a9f0bff1851133acd73535a
Author: John Szakmeister <[email protected]>
Date:   Sun Jul 7 08:14:42 2013 -0400

    Fix a typo.
    
    Change-Id: I3c8ab03932d8769c1cf0c0ccf84cd150c5eb82d8
    Signed-off-by: John Szakmeister <[email protected]>

diff --git a/tcl/chip/atmel/at91/at91sam9_init.cfg 
b/tcl/chip/atmel/at91/at91sam9_init.cfg
index 64a2fcf..2d78d24 100644
--- a/tcl/chip/atmel/at91/at91sam9_init.cfg
+++ b/tcl/chip/atmel/at91/at91sam9_init.cfg
@@ -44,7 +44,7 @@ proc at91sam9_reset_init { config } {
        mww $::AT91_PMC_MCKR $mckr_val  ;# PMC_MCKR (MCLK: 0x102 - (CLK/2)MHZ, 
0x202 - (CLK/3)MHz)
        while { [expr [mrw $::AT91_PMC_SR] & $::AT91_PMC_MCKRDY] != 
$::AT91_PMC_MCKRDY } { sleep 1 }
 
-       ## switch JTAG clock to highseepd clock
+       ## switch JTAG clock to highspeed clock
        jtag_rclk 0
 
        arm7_9 dcc_downloads enable     ;# Enable faster DCC downloads

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to