aboutsummaryrefslogtreecommitdiff
path: root/examples/mb525/pwmleds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mb525/pwmleds/Makefile')
-rw-r--r--examples/mb525/pwmleds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mb525/pwmleds/Makefile b/examples/mb525/pwmleds/Makefile
index 0505f13..ee3e8eb 100644
--- a/examples/mb525/pwmleds/Makefile
+++ b/examples/mb525/pwmleds/Makefile
@@ -88,7 +88,7 @@ flash: images
-f $(OPENOCD_FLASHER) \
-f $(OPENOCD_BOARD) \
-c "init" -c "reset halt" \
- -c "flash write_image erase $(BINARY).bin 0x08000000" \
+ -c "flash write_image erase $(BINARY).hex" \
-c "reset" \
-c "shutdown" $(NULL)