2017-01-19 04:57:49 +00:00
|
|
|
# CPUsets
|
|
|
|
ENABLE_CPUSETS := true
|
|
|
|
|
2016-10-29 17:00:35 +00:00
|
|
|
# kernel
|
|
|
|
BOARD_KERNEL_BASE := 0x80000000
|
2016-12-22 10:44:52 +00:00
|
|
|
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 androidboot.bootdevice=7824900.sdhci earlycon=msm_hsl_uart,0x78B0000
|
2017-01-02 04:33:10 +00:00
|
|
|
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
|
2016-10-29 17:00:35 +00:00
|
|
|
BOARD_KERNEL_PAGESIZE := 2048
|
|
|
|
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01000000 --tags_offset 0x00000100
|
2017-01-02 04:33:10 +00:00
|
|
|
TARGET_KERNEL_CONFIG := lineageos_land_defconfig
|
2016-10-29 17:00:35 +00:00
|
|
|
TARGET_KERNEL_SOURCE := kernel/xiaomi/msm8937
|
2017-06-11 19:06:29 +00:00
|
|
|
TARGET_USE_SDCLANG := true
|