[script][stm32f7-disco-test] tweak board config file

Matches what stock openocd 0.10.0 names the config file for this
particular board.
This commit is contained in:
Travis Geiselbrecht
2019-06-09 23:21:24 -07:00
parent 6a5f974ae9
commit 47ebb40185

View File

@@ -5,5 +5,5 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export PROJECT=stm32f746g-disco-test
$DIR/make-parallel &&
openocd -f interface/stlink-v2-1.cfg -f board/stm32756g_eval.cfg \
openocd -f interface/stlink-v2-1.cfg -f board/stm327x6g_eval.cfg \
-c "program build-$PROJECT/lk.bin reset exit 0x08000000"