Skip to content

Commit 4aa30fa

Browse files
committed
(stm32u5) fixed other instance of wrong SECTOR_SIZE
1 parent 9287d93 commit 4aa30fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/examples/stm32u5.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SPMATH?=1
2121
RAM_CODE?=0
2222
DUALBANK_SWAP?=0
2323
WOLFBOOT_PARTITION_SIZE?=0x1F800
24-
WOLFBOOT_SECTOR_SIZE?=0x800
24+
WOLFBOOT_SECTOR_SIZE?=0x2000
2525
WOLFBOOT_KEYVAULT_ADDRESS?=0x0C020000
2626
WOLFBOOT_KEYVAULT_SIZE?=0x18000
2727
WOLFBOOT_NSC_ADDRESS?=0x0C038000

0 commit comments

Comments
 (0)