File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,10 +238,10 @@ test-app/image_v1_signed.bin: $(BOOT_IMG)
238238 @echo " \tSECONDARY_SIGN_OPTIONS=$( SECONDARY_SIGN_OPTIONS) "
239239 @echo " \tSECONDARY_PRIVATE_KEY=$( SECONDARY_PRIVATE_KEY) "
240240
241- $(Q)(test $(SIGN) = NONE) || "$(SIGN_TOOL)" $(SIGN_OPTIONS) \
241+ $(Q)(test $(SIGN) = NONE) || IMAGE_HEADER_SIZE=$(IMAGE_HEADER_SIZE) "$(SIGN_TOOL)" $(SIGN_OPTIONS) \
242242 $(SECONDARY_SIGN_OPTIONS) $(BOOT_IMG) $(PRIVATE_KEY) \
243243 $(SECONDARY_PRIVATE_KEY) 1 || true
244- $(Q)(test $(SIGN) = NONE) && "$(SIGN_TOOL)" $(SIGN_OPTIONS) $(BOOT_IMG) 1 || true
244+ $(Q)(test $(SIGN) = NONE) && IMAGE_HEADER_SIZE=$(IMAGE_HEADER_SIZE) "$(SIGN_TOOL)" $(SIGN_OPTIONS) $(BOOT_IMG) 1 || true
245245
246246test-app/image.elf : wolfboot.elf
247247 $(Q )$(MAKE ) -C test-app WOLFBOOT_ROOT=" $( WOLFBOOT_ROOT) " image.elf
You can’t perform that action at this time.
0 commit comments