]> git.sur5r.net Git - openocd/commitdiff
tcl/board/twr-k60f120m: remove useless flash bank 0 definition
authorPaul Fertser <fercerpav@gmail.com>
Tue, 10 Mar 2015 19:27:16 +0000 (22:27 +0300)
committerSpencer Oliver <spen@spen-soft.co.uk>
Wed, 25 Mar 2015 20:48:11 +0000 (20:48 +0000)
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 <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2595
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
tcl/board/twr-k60f120m.cfg

index 119eb747a86cc0e7552ac8be025f50ae43bdb048..e96d045262a4b307e1ed7de6dc3ae0bc43ca5571 100644 (file)
@@ -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