diff --git a/core/definitions.mk b/core/definitions.mk index 83834bff0..a16ce03e1 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -1590,7 +1590,7 @@ $(if $(2), \ echo "$$printname total size is $$total"; \ img_blocksize=$(call image-size-from-data-size,$(BOARD_FLASH_BLOCK_SIZE)); \ if [ "$(3)" == "yaffs" ]; then \ - reservedblocks=5; \ + reservedblocks=8; \ else \ reservedblocks=0; \ fi; \