forked from openkylin/platform_build
Merge "build: Add spare size flag to mkyaffs2image"
This commit is contained in:
commit
892ea1eaad
|
@ -623,6 +623,10 @@ else
|
|||
mkyaffs2_extra_flags :=
|
||||
endif
|
||||
|
||||
ifneq ($(BOARD_NAND_SPARE_SIZE),)
|
||||
mkyaffs2_extra_flags += -s $(BOARD_NAND_SPARE_SIZE)
|
||||
endif
|
||||
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# system yaffs image
|
||||
|
|
Loading…
Reference in New Issue