From 4ee2e0c82b0306b2794a27788adaaf00de9c498f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Wed, 4 Oct 2017 13:15:01 +0200 Subject: [PATCH] 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. --- boards/mulle/dist/openocd/mulle-programmer-0.70.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/mulle/dist/openocd/mulle-programmer-0.70.conf b/boards/mulle/dist/openocd/mulle-programmer-0.70.conf index 67492d0dc0..bd4805ee7b 100644 --- a/boards/mulle/dist/openocd/mulle-programmer-0.70.conf +++ b/boards/mulle/dist/openocd/mulle-programmer-0.70.conf @@ -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