forked from openkylin/platform_build
am fe0602f6: increase reserved blocks from 5 to 8
Merge commit 'fe0602f60b971c3b350d47115cba188cc67c7038' * commit 'fe0602f60b971c3b350d47115cba188cc67c7038': increase reserved blocks from 5 to 8
This commit is contained in:
commit
aa7e606fc3
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue