sm6225-common: Compile kernel from source
Change-Id: I41bc0c43765c823ccb39a298c02926fce1fd4393
This commit is contained in:
parent
fad5eb3a61
commit
37a60de327
1 changed files with 2 additions and 4 deletions
|
@ -62,15 +62,13 @@ BOARD_BOOT_HEADER_VERSION := 3
|
|||
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
|
||||
BOARD_KERNEL_BASE := 0x00000000
|
||||
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0x4a90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=2048 loop.max_part=7
|
||||
BOARD_KERNEL_IMAGE_NAME := Image
|
||||
BOARD_KERNEL_PAGESIZE := 4096
|
||||
BOARD_KERNEL_SEPARATED_DTBO := true
|
||||
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
||||
TARGET_KERNEL_CONFIG := vendor/bengal_defconfig
|
||||
TARGET_KERNEL_CONFIG := vendor/bengal-perf_defconfig vendor/ext_config/moto-bengal.config
|
||||
TARGET_KERNEL_SOURCE := kernel/motorola/sm6225
|
||||
|
||||
# Kernel - Prebuilt
|
||||
include device/motorola/sm6225-kernel/prebuilt_kernel.mk
|
||||
|
||||
# Partitions
|
||||
BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)
|
||||
BOARD_USES_METADATA_PARTITION := true
|
||||
|
|
Loading…
Reference in a new issue