diff options
| author | lolmaxlik <ilya.lebedev.2003@mail.ru> | 2016-09-23 00:36:01 +0600 |
|---|---|---|
| committer | lolmaxlik <ilya.lebedev.2003@mail.ru> | 2016-09-23 00:36:01 +0600 |
| commit | 1fe716c1e8a55b9d5e801d252b315def5fadad63 (patch) | |
| tree | ec4034f5eec1da187057fada61f539d9cdfdb284 | |
| parent | 463d24ffc1f0ec18a5c6299f4d1db93516db9afb (diff) | |
msm8916-common: Switch to ark
| -rw-r--r-- | BoardConfigCommon.mk | 3 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | board/kernel.mk | 5 | ||||
| -rw-r--r-- | board/releasetools.mk | 2 | ||||
| -rw-r--r-- | board/sepolicy.mk | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2239bf7..d3dbf69 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,5 +1,6 @@ # # Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2016 The SmartRomTeam # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,4 +15,4 @@ # limitations under the License. # Include board config fragments -include device/cyanogen/msm8916-common/board/*.mk +include device/ark/msm8916-common/board/*.mk @@ -1 +1,3 @@ -Shared device tree for Cyanogen msm8916 devices +#Shared device tree for msm8916 devices +Now this common device tree support: +-ARK Benefit A3 diff --git a/board/kernel.mk b/board/kernel.mk index 802d5b0..622ae48 100644 --- a/board/kernel.mk +++ b/board/kernel.mk @@ -1,15 +1,12 @@ -BOARD_DTBTOOL_ARGS := -2 - BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 BOARD_KERNEL_PAGESIZE := 2048 -BOARD_KERNEL_SEPARATED_DT := true BOARD_KERNEL_TAGS_OFFSET := 0x01E00000 BOARD_RAMDISK_OFFSET := 0x02000000 ENABLE_CPUSETS := true -TARGET_KERNEL_SOURCE := kernel/cyanogen/msm8916 +TARGET_KERNEL_SOURCE := kernel/ark/msm8916 ifneq ($(FORCE_32_BIT),true) TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- diff --git a/board/releasetools.mk b/board/releasetools.mk index bc1a595..c484877 100644 --- a/board/releasetools.mk +++ b/board/releasetools.mk @@ -1 +1 @@ -TARGET_RELEASETOOLS_EXTENSIONS := device/cyanogen/msm8916-common +TARGET_RELEASETOOLS_EXTENSIONS := device/ark/msm8916-common diff --git a/board/sepolicy.mk b/board/sepolicy.mk index 9650039..1a626cb 100644 --- a/board/sepolicy.mk +++ b/board/sepolicy.mk @@ -1 +1 @@ -BOARD_SEPOLICY_DIRS += device/cyanogen/msm8916-common/sepolicy +BOARD_SEPOLICY_DIRS += device/ark/msm8916-common/sepolicy |
