boards: stm32f4_disco: Update openocd config

When using V0.10.0 SDK, flashing is not working anymore on
stm32f4_disco.
Using st_nucleo_f4.cfg instead of stm32f4discovery.cfg solves
the issue.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-03-22 09:44:13 +01:00 committed by Kumar Gala
parent ef9c7a4b5d
commit 2a605ea226
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source [find board/stm32f4discovery.cfg]
source [find board/st_nucleo_f4.cfg]
$_TARGETNAME configure -event gdb-attach {
echo "Debugger attaching: halting execution"