fix old address scheme in config

pull/340/head
John Bland 2023-08-15 12:44:35 -04:00
parent d08ed5c473
commit 6cbac8326f
1 changed files with 1 additions and 1 deletions

View File

@ -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