* commit '6be29424c60cb5e17ce0aacb026c1cb88a62428b': build: Add spare size flag to mkyaffs2image
This commit is contained in:
commit
2042cabf71
1 changed files with 4 additions and 0 deletions
|
@ -704,6 +704,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