stm32/Makefile: Print info messages about use of mboot/QSPI flash.

pull/4874/head
Damien George 2019-06-24 21:59:58 +10:00
rodzic 5da60ff9cb
commit 205c6d0dc9
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -513,6 +513,12 @@ $(BUILD)/firmware.elf: $(OBJ)
$(ECHO) "LINK $@"
$(Q)$(LD) $(LDFLAGS) -o $@ $^ $(LDFLAGS_MOD) $(LIBS)
$(Q)$(SIZE) $@
ifneq ($(TEXT0_ADDR),0x08000000)
$(ECHO) "INFO: this build requires mboot to be installed first"
endif
ifeq ($(TEXT1_ADDR),0x90000000)
$(ECHO) "INFO: this build places firmware in external QSPI flash"
endif
PLLVALUES = boards/pllvalues.py
MAKE_PINS = boards/make-pins.py