From f94729640064cf861b1486bc419e8e21990ce57d Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Tue, 17 Jan 2017 16:46:57 +0100 Subject: [PATCH] msm8976-common: DT is separated from Image.gz --- BoardConfigCommon.mk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 84f5cee..b9e1419 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -44,16 +44,15 @@ TARGET_BOOTLOADER_BOARD_NAME := msm8952 TARGET_NO_BOOTLOADER := true # Kernel -BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk androidboot.selinux=permissive BOARD_KERNEL_BASE := 0x80000000 +BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk +BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive +BOARD_KERNEL_IMAGE_NAME := Image.gz BOARD_KERNEL_PAGESIZE := 2048 +BOARD_KERNEL_SEPARATED_DT := true BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01000000 --tags_offset 0x00000100 -BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb TARGET_KERNEL_APPEND_DTB := true -TARGET_KERNEL_ARCH := arm64 -TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/samsung/msm8976 -TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- # ANT+ BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease"