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 <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2595 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>__archive__
parent
082170292b
commit
1bc6a81138
|
@ -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.1 kinetis 0x00040000 0x40000 0 4 $_TARGETNAME
|
||||||
flash bank pflash.2 kinetis 0x00080000 0x40000 0 4 $_TARGETNAME
|
flash bank pflash.2 kinetis 0x00080000 0x40000 0 4 $_TARGETNAME
|
||||||
flash bank pflash.3 kinetis 0x000c0000 0x40000 0 4 $_TARGETNAME
|
flash bank pflash.3 kinetis 0x000c0000 0x40000 0 4 $_TARGETNAME
|
||||||
|
|
Loading…
Reference in New Issue