stm32f469-disco: replace $HOST_DIR/usr with $HOST_DIR in flash script
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 11:14:30 +0000 (13:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 14:06:25 +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/stm32f469-disco/flash.sh

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