diff options
| author | Sean Cross <sean@xobs.io> | 2020-03-31 13:04:59 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2020-03-31 13:04:59 +0800 |
| commit | c69f7f86570201f8b0546308dad67461a435b985 (patch) | |
| tree | 67265b7ad9e038a619745930135d64885bc071fa /ports/litex/Makefile | |
| parent | e8db880e7fd14beab381f1225971f8cdc120abba (diff) | |
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>
Diffstat (limited to 'ports/litex/Makefile')
| -rw-r--r-- | ports/litex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/litex/Makefile b/ports/litex/Makefile index de1124aca..51cb18635 100644 --- a/ports/litex/Makefile +++ b/ports/litex/Makefile @@ -190,7 +190,7 @@ $(BUILD)/firmware.hex: $(BUILD)/firmware.elf $(BUILD)/firmware.dfu: $(BUILD)/firmware.bin $(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 |
