am 2eed660c: am ffff0028: Pass pagesize to makebootimage.

Merge commit '2eed660c667550f1b810303b13ee0c7e84455bf0'

* commit '2eed660c667550f1b810303b13ee0c7e84455bf0':
  Pass pagesize to makebootimage.
This commit is contained in:
Ying Wang 2010-08-24 11:21:27 -07:00 committed by Android Git Automerger
commit 5177fcd308
1 changed files with 5 additions and 0 deletions

View File

@ -348,6 +348,11 @@ ifdef BOARD_KERNEL_BASE
INTERNAL_BOOTIMAGE_ARGS += --base $(BOARD_KERNEL_BASE)
endif
BOARD_KERNEL_PAGESIZE := $(strip $(BOARD_KERNEL_PAGESIZE))
ifdef BOARD_KERNEL_PAGESIZE
INTERNAL_BOOTIMAGE_ARGS += --pagesize $(BOARD_KERNEL_PAGESIZE)
endif
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
ifeq ($(TARGET_BOOTIMAGE_USE_EXT2),true)