1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next

This commit is contained in:
Alessio Morale 2013-05-18 17:18:48 +02:00
commit e8dc7509f9

View File

@ -42,7 +42,8 @@ FWINFO_BIN = $(FW_BIN).firmware_info.bin
$(OUTDIR)/$(TARGET).bin: $(BL_BIN) $(FW_BIN)
$(V0) @$(ECHO) $(MSG_FLASH_IMG) $@
$(V1) $(ENTIRE_FLASH) $(EF_VERBOSE) \
$(V1) $(ENTIRE_FLASH) \
$(EF_VERBOSE) \
--bl-bank-base=$(BL_BANK_BASE) \
--bl-bank-size=$(BL_BANK_SIZE) \
--fw-bank-base=$(FW_BANK_BASE) \