Skip to content

Commit

Permalink
fix old address scheme in config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbland1 committed Aug 15, 2023
1 parent d08ed5c commit 6cbac83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/sim-encrypt-nvm-writeonce-update.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEBUG=1
NVM_FLASH_WRITEONCE=1
WOLFBOOT_PARTITION_SIZE=0x40000
WOLFBOOT_SECTOR_SIZE=0x1000
WOLFBOOT_PARTITION_BOOT_ADDRESS=0xC0020000
WOLFBOOT_PARTITION_BOOT_ADDRESS=0x20000
# if on external flash, it should be multiple of system page size
WOLFBOOT_PARTITION_UPDATE_ADDRESS=0x00000
WOLFBOOT_PARTITION_SWAP_ADDRESS=0x40000
Expand Down

0 comments on commit 6cbac83

Please sign in to comment.