This is an automated email from Gerrit.

Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2595

-- gerrit

commit b1b519944c50ced5e7b9b0487f0698ebfa454f38
Author: Paul Fertser <fercer...@gmail.com>
Date:   Tue Mar 10 22:27:16 2015 +0300

    tcl/board/twr-k60f120m: remove useless flash bank 0 definition
    
    Since the very first flash bank is already defined in target/kx.cfg,
    there's no sense in repeating it.
    
    Reported and tested by Richard Braun.
    
    Change-Id: I417b7072b5e6675ddbf824446e7581b8b7da8f4b
    Signed-off-by: Paul Fertser <fercer...@gmail.com>

diff --git a/tcl/board/twr-k60f120m.cfg b/tcl/board/twr-k60f120m.cfg
index 119eb74..e96d045 100644
--- a/tcl/board/twr-k60f120m.cfg
+++ b/tcl/board/twr-k60f120m.cfg
@@ -9,9 +9,9 @@ $_TARGETNAME configure -event reset-init {
 }
 
 #
-# Bank definition for the 'program flash' (instructions and/or data)
+# Definitions for the additional 'program flash' banks
+# (instructions and/or data)
 #
-flash bank pflash.0 kinetis 0x00000000 0x40000 0 4 $_TARGETNAME
 flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
 flash bank pflash.2 kinetis 0x00080000 0x40000 0 4 $_TARGETNAME
 flash bank pflash.3 kinetis 0x000c0000 0x40000 0 4 $_TARGETNAME

-- 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to