File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -172,16 +172,6 @@ test-sim-rollback-flash: wolfboot.elf test-sim-internal-flash-with-update FORCE
172172 $(Q ) (test ` ./wolfboot.elf success get_version` -eq 1)
173173 $(Q ) (test ` ./wolfboot.elf get_version` -eq 1)
174174
175- test-sim-update-flash : wolfboot.elf test-sim-internal-flash-with-update FORCE
176- $(Q ) (test ` ./wolfboot.elf success update_trigger get_version` -eq 1)
177- $(Q ) (test ` ./wolfboot.elf success get_version` -eq $( TEST_UPDATE_VERSION) )
178-
179- test-sim-rollback-flash : wolfboot.elf test-sim-internal-flash-with-update FORCE
180- $(Q ) (test ` ./wolfboot.elf success update_trigger get_version` -eq 1)
181- $(Q ) (test ` ./wolfboot.elf get_version` -eq $( TEST_UPDATE_VERSION) )
182- $(Q ) (test ` ./wolfboot.elf success get_version` -eq 1)
183- $(Q ) (test ` ./wolfboot.elf get_version` -eq 1)
184-
185175test-self-update : FORCE
186176 @mv $(PRIVATE_KEY ) private_key.old
187177 @make clean factory.bin RAM_CODE=1 WOLFBOOT_VERSION=1 SIGN=$(SIGN )
You can’t perform that action at this time.
0 commit comments