Merge change 24973 into eclair

* changes:
  increase reserved blocks from 5 to 8
This commit is contained in:
Android (Google) Code Review
2009-09-14 20:54:13 -04:00

View File

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