Skip to content

Commit c69f7f8

Browse files
committed
ports: litex: use dfu.py instead of dfu-suffix.py
dfu.py now generates proper dfu suffixes without the nonstandard prefix. Signed-off-by: Sean Cross <[email protected]>
1 parent e8db880 commit c69f7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/litex/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ $(BUILD)/firmware.hex: $(BUILD)/firmware.elf
190190

191191
$(BUILD)/firmware.dfu: $(BUILD)/firmware.bin
192192
$(ECHO) "Create $@"
193-
$(PYTHON3) $(TOP)/tools/dfu-suffix.py -b $^ -D 0x1209:0x5bf0 "$(BUILD)/firmware.dfu"
193+
$(PYTHON3) $(TOP)/tools/dfu.py -b $^ -D 0x1209:0x5bf0 "$(BUILD)/firmware.dfu"
194194

195195
include $(TOP)/py/mkrules.mk
196196

0 commit comments

Comments
 (0)