]> granicus.if.org Git - esp-idf/commitdiff
bootloader: Fix warning building reflashable Secure Boot image
authorAngus Gratton <angus@espressif.com>
Fri, 13 Jul 2018 05:24:11 +0000 (15:24 +1000)
committerAngus Gratton <gus@projectgus.com>
Fri, 13 Jul 2018 05:45:15 +0000 (15:45 +1000)
components/bootloader/Makefile.projbuild

index 1d569bab3c46d85a56528a086f6cb4bd1aeadf30..11ba9058a4dbbdb48320a5e982f2da20ba95ddc7 100644 (file)
@@ -107,7 +107,7 @@ bootloader: $(BOOTLOADER_DIGEST_BIN)
 
 $(BOOTLOADER_DIGEST_BIN): $(BOOTLOADER_BIN) $(SECURE_BOOTLOADER_KEY)
        @echo "DIGEST $(notdir $@)"
-       $(Q) $(ESPSECUREPY) digest_secure_bootloader -k $(SECURE_BOOTLOADER_KEY) -o $@ $<
+       $(ESPSECUREPY) digest_secure_bootloader -k $(SECURE_BOOTLOADER_KEY) -o $@ $<
 
 else # CONFIG_SECURE_BOOT_ENABLED && !CONFIG_SECURE_BOOTLOADER_REFLASHABLE && !CONFIG_SECURE_BOOTLOADER_ONE_TIME_FLASH
 bootloader: