forked from openkylin/platform_build
am 2eed660c: am ffff0028: Pass pagesize to makebootimage.
Merge commit '2eed660c667550f1b810303b13ee0c7e84455bf0' * commit '2eed660c667550f1b810303b13ee0c7e84455bf0': Pass pagesize to makebootimage.
This commit is contained in:
commit
5177fcd308
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue