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 <sean@xobs.io>
This commit is contained in:
parent
e8db880e7f
commit
c69f7f8657
|
@ -190,7 +190,7 @@ $(BUILD)/firmware.hex: $(BUILD)/firmware.elf
|
||||||
|
|
||||||
$(BUILD)/firmware.dfu: $(BUILD)/firmware.bin
|
$(BUILD)/firmware.dfu: $(BUILD)/firmware.bin
|
||||||
$(ECHO) "Create $@"
|
$(ECHO) "Create $@"
|
||||||
$(PYTHON3) $(TOP)/tools/dfu-suffix.py -b $^ -D 0x1209:0x5bf0 "$(BUILD)/firmware.dfu"
|
$(PYTHON3) $(TOP)/tools/dfu.py -b $^ -D 0x1209:0x5bf0 "$(BUILD)/firmware.dfu"
|
||||||
|
|
||||||
include $(TOP)/py/mkrules.mk
|
include $(TOP)/py/mkrules.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue