Merge "build: Add spare size flag to mkyaffs2image"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user