uniprog: Always use the unlocked bootloader when building flash images

This commit is contained in:
Harald Welte 2022-12-11 22:51:59 +01:00 committed by Harald Welte
parent 1622d8a55f
commit 679bf6d471
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ function check_recovery
fi
}
insert_bootloader() {
insert_subimage image452.bin 0 131072
insert_subimage image452_service.bin 0 131072
}
insert_recovery() {
if [ ${NO_RECOVERY} -eq 0 ]; then

View File

@ -42,7 +42,7 @@ function check_recovery
fi
}
insert_bootloader() {
insert_subimage image452.bin 0 131072
insert_subimage image452_service.bin 0 131072
}
insert_recovery() {
if [ ${NO_RECOVERY} -eq 0 ]; then