stm32f429-disco: replace $HOST_DIR/usr with $HOST_DIR in flash script
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 11:14:29 +0000 (13:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 14:06:24 +0000 (16:06 +0200)
Manual change because the script uses ${OUTPUT_DIR}/host instead of
${HOST_DIR}.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/stmicroelectronics/stm32f429-disco/flash.sh

index 74021369a797d96b4f5fba3b93a82657c713c753..b19e0a60193ca090339f2f680541ac577440be9c 100755 (executable)
@@ -14,7 +14,7 @@ if ! test -d "${OUTPUT_DIR}" ; then
     exit 1
 fi
 
-${OUTPUT_DIR}/host/usr/bin/openocd -f board/${BOARD_NAME}.cfg \
+${OUTPUT_DIR}/host/bin/openocd -f board/${BOARD_NAME}.cfg \
   -c "init" \
   -c "reset init" \
   -c "flash probe 0" \