Home
last modified time | relevance | path

Searched refs:BOARD_NAND_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/build/core/
DMakefile748 ifneq ($(BOARD_NAND_PAGE_SIZE),)
749 mkyaffs2_extra_flags := -c $(BOARD_NAND_PAGE_SIZE)
752 BOARD_NAND_PAGE_SIZE := 2048 macro
Ddefinitions.mk1915 $(strip $(eval _isfds_value := $$(shell echo $$$$(($(1) / $(BOARD_NAND_PAGE_SIZE) * \
1916 ($(BOARD_NAND_PAGE_SIZE)+$(BOARD_NAND_SPARE_SIZE))))))\
1917 $(if $(filter 0, $(_isfds_value)),$(shell echo $$(($(BOARD_NAND_PAGE_SIZE)+$(BOARD_NAND_SPARE_SIZE)…