Removed leftover build option

This commit is contained in:
Kevin Townsend 2018-02-15 21:46:14 +01:00
parent 10497d1db0
commit fce0b0858f

View File

@ -31,9 +31,5 @@ dfu-flash:
@:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0) @:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0)
nrfutil --verbose dfu serial --package $(BUILD)/dfu-package.zip -p $(SERIAL) -b 115200 nrfutil --verbose dfu serial --package $(BUILD)/dfu-package.zip -p $(SERIAL) -b 115200
#boot-flash:
# @:$(call check_defined, SERIAL, example: SERIAL=/dev/ttyUSB0)
# nrfutil dfu serial --package $(BOOTLOADER_PKG) -p $(SERIAL) -b 115200
boot-flash: boot-flash:
nrfjprog --program $(BOOTLOADER_FILENAME).hex -f nrf52 --chiperase --reset nrfjprog --program $(BOOTLOADER_FILENAME).hex -f nrf52 --chiperase --reset