]> git.sur5r.net Git - openocd/commitdiff
tcl/board: Remove pflash.0 bank from twr-k60n512.cfg
authorJonathan Larmour <jifl@eCosCentric.com>
Mon, 16 Nov 2015 12:18:19 +0000 (12:18 +0000)
committerSpencer Oliver <spen@spen-soft.co.uk>
Fri, 20 Nov 2015 18:27:54 +0000 (18:27 +0000)
The pflash.0 bank should not be present as it overlaps with
the flash bank created by target/kx.cfg, triggering an error.
This is also in line with the existing twr-k60f120m.cfg.

Change-Id: I5f620e01319d967f12e029fb6865ccdd031713b3
Signed-off-by: Jonathan Larmour <jifl@eCosCentric.com>
Reviewed-on: http://openocd.zylin.com/3108
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
tcl/board/twr-k60n512.cfg

index 3b3b02f96abc3050da8faa955d86718242ab7914..d2312cf146946e5812f52a3414d888b4745aa9cf 100644 (file)
@@ -9,7 +9,7 @@ $_TARGETNAME configure -event reset-init {
 }
 
 #
-# Bank definition for the 'program flash' (instructions and/or data)
+# Definitions for the additional 'program flash' bank
+# (instructions and/or data)
 #
-flash bank pflash.0 kinetis 0x00000000 0x40000 0 4 $_TARGETNAME
 flash bank pflash.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME