We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f27ae commit 2f5f297Copy full SHA for 2f5f297
1 file changed
Makefile
@@ -261,15 +261,6 @@ factory.bin: $(BOOT_IMG) wolfboot-align.bin $(PRIVATE_KEY)
261
@echo "\t[MERGE] $@"
262
@cat wolfboot-align.bin test-app/image_v1_signed.bin > $@
263
264
-update.bin: $(BOOT_IMG)
265
- @echo "\t[SIGN] $(BOOT_IMG)"
266
- $(Q)$(SIGN_TOOL) $(SIGN_OPTIONS) $(BOOT_IMG) $(PRIVATE_KEY) 2
267
-
268
-update_enc.bin: $(BOOT_IMG)
269
- @echo "\t[SIGN+ENC] $(BOOT_IMG)"
270
- @printf "0123456789abcdef0123456789abcdef" | dd of=test_enc_key.bin
271
- $(Q)$(SIGN_TOOL) $(SIGN_OPTIONS) --encrypt test_enc_key.bin $(BOOT_IMG) $(PRIVATE_KEY) 2
272
273
wolfboot.elf: include/target.h $(OBJS) $(LSCRIPT) FORCE
274
@echo "\t[LD] $@"
275
$(Q)$(LD) $(LDFLAGS) -Wl,--start-group $(OBJS) -Wl,--end-group -o $@
0 commit comments