Skip to content
Snippets Groups Projects
Commit 7f93aabd authored by Jonathan Larmour's avatar Jonathan Larmour Committed by Spencer Oliver
Browse files

tcl/board: Remove pflash.0 bank from twr-k60n512.cfg


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: default avatarJonathan Larmour <jifl@eCosCentric.com>
Reviewed-on: http://openocd.zylin.com/3108


Tested-by: jenkins
Reviewed-by: default avatarTomas Vanek <vanekt@fbl.cz>
parent 26a65f4f
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment