From 484e2c2f738572d8f8640306ea2ecdf1f48ed57f Mon Sep 17 00:00:00 2001 From: Dhina17 <dhinalogu@gmail.com> Date: Fri, 4 Oct 2019 17:35:52 +0000 Subject: [PATCH] onclite: Update kernel configs Signed-off-by: Dhina17 <dhinalogu@gmail.com> --- BoardConfig.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 21ddfa6..c5b13a7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -41,7 +41,8 @@ BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd. BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 2048 BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01000000 --tags_offset 0x00000100 -TARGET_KERNEL_SOURCE := kernel/xiaomi/msm8953 +TARGET_KERNEL_SOURCE := kernel/xiaomi/onclite +TARGET_KERNEL_CONFIG := onclite-perf_defconfig TARGET_KERNEL_CLANG_COMPILE := true TARGET_KERNEL_VERSION := 4.9 -- GitLab