am 892ea1ea
: Merge "build: Add spare size flag to mkyaffs2image"
* commit '892ea1eaadfa5b57948bb66bd3432e06c58188e1': build: Add spare size flag to mkyaffs2image
This commit is contained in:
commit
6be29424c6
1 changed files with 4 additions and 0 deletions
|
@ -692,6 +692,10 @@ else
|
|||
mkyaffs2_extra_flags :=
|
||||
endif
|
||||
|
||||
ifneq ($(BOARD_NAND_SPARE_SIZE),)
|
||||
mkyaffs2_extra_flags += -s $(BOARD_NAND_SPARE_SIZE)
|
||||
endif
|
||||
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# system image
|
||||
|
|
Loading…
Reference in a new issue