Skip to content

Commit 73f87af

Browse files
committed
update part size for sim
1 parent d275e90 commit 73f87af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ ifeq ($(ARCH),sim)
11651165
ifneq ($(filter 1,$(WOLFHSM_CLIENT) $(WOLFHSM_SERVER)),)
11661166
WH_NVM_BIN ?= whNvmImage.bin
11671167
WH_NVM_HEX ?= whNvmImage.hex
1168-
WH_NVM_PART_SIZE ?= 0x8000
1168+
WH_NVM_PART_SIZE ?= 16384 # must match partition size in hal/sim.c
11691169
WH_NVM_BASE_ADDRESS ?= 0x0
11701170
endif
11711171
endif

0 commit comments

Comments
 (0)