This is an automated email from Gerrit.

Konstantin Kraskovsky (kraskovs...@otsl.jp) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/4652

-- gerrit

commit 05318f27a8f35de05a4a6db1dff7c9bc89853f56
Author: Konstantin Kraskovskiy <kraskovs...@otsl.jp>
Date:   Tue Aug 14 23:31:43 2018 +0900

    Some style fixes
    
    Change-Id: I9d106ce7fd7822b877c76c4a0578082a8bc3c073
    Signed-off-by: Konstantin Kraskovskiy <kraskovs...@otsl.jp>

diff --git a/tcl/target/renesas_ec1.cfg b/tcl/target/renesas_ec1.cfg
index ad385fd..f4ba4f2 100644
--- a/tcl/target/renesas_ec1.cfg
+++ b/tcl/target/renesas_ec1.cfg
@@ -76,8 +76,8 @@ proc ec1_init {} {
        arm mcr 15 0 1 0 0 [expr $tR & 0xFFFFE7FA]
 
        ;# invalidate caches
-       arm mcr 15 0 7 5 0 0 
-       arm mcr 15 0 15 5 0 0 
+       arm mcr 15 0 7 5 0 0
+       arm mcr 15 0 15 5 0 0
 
        ;# Configure TCM
        ;# Enable ECC
@@ -89,7 +89,7 @@ proc ec1_init {} {
        mww 0xA00B0B00 0x0000A501
        mdw 0xA00B0B00 0x1
 
-       ;# Enables LOCO clock
+       ;# Enables LOCO clock
        mww 0xA00B0040 0x0
 
        ;# Enables PLL1 operation

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to