1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/boot/riotboot.mk: fix unrelated introduced change

This change was introduced by mistake by the `edbg` refactoring. This
restores the original value for openocd.
This commit is contained in:
Gaëtan Harter 2019-03-26 16:36:16 +01:00
parent a7785683c2
commit 6e7982bf08
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -112,7 +112,7 @@ riotboot/flash-extended-slot0: $(RIOTBOOT_EXTENDED_BIN) $(FLASHDEPS)
# Flashing rule for slot 0
riotboot/flash-slot0: export IMAGE_OFFSET=$(SLOT0_OFFSET)
# openocd
riotboot/flash-slot1: ELFFILE=$(SLOT1_RIOT_BIN)
riotboot/flash-slot0: ELFFILE=$(SLOT0_RIOT_BIN)
riotboot/flash-slot0: FLASHFILE=$(SLOT0_RIOT_BIN)
riotboot/flash-slot0: $(SLOT0_RIOT_BIN) $(FLASHDEPS)
$(flash-recipe)