mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
mulle: Remove second flash bank declaration from OpenOCD configuration
This is no longer required and causes problems with modern OpenOCD which will automatically add all flash banks when probing Kinetis CPUs.
This commit is contained in:
parent
ccca27db8f
commit
4ee2e0c82b
@ -42,7 +42,6 @@ source [find target/k60.cfg]
|
||||
# not OpenOCD 0.8.0 and earlier.
|
||||
#
|
||||
catch {flash bank $_CHIPNAME.flash kinetis 0 0 0 0 $_TARGETNAME}
|
||||
catch {flash bank $_CHIPNAME.flash2 kinetis 0 0 0 0 $_TARGETNAME}
|
||||
|
||||
# Work-area is a space in RAM used for flash programming
|
||||
# By default use 4 kB
|
||||
|
Loading…
Reference in New Issue
Block a user