Skip to content

Commit 087b251

Browse files
mattia-moffadanielinux
authored andcommitted
Disable DELTA_UPDATES by default
1 parent 0656ff4 commit 087b251

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/examples/nrf54l15-wolfcrypt-tz.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NO_ASM?=0
1111
NO_MPU=1
1212
ALLOW_DOWNGRADE?=0
1313
NVM_FLASH_WRITEONCE?=0
14-
DELTA_UPDATES?=1
14+
DELTA_UPDATES?=0
1515

1616
SPMATH?=1
1717
RAM_CODE?=1

config/examples/nrf54l15.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NO_ASM?=0
1111
NO_MPU=1
1212
ALLOW_DOWNGRADE?=0
1313
NVM_FLASH_WRITEONCE?=0
14-
DELTA_UPDATES?=1
14+
DELTA_UPDATES?=0
1515

1616
SPMATH?=1
1717
RAM_CODE?=1

0 commit comments

Comments
 (0)