diff options
| author | audahadi <wan.audahadi@gmail.com> | 2016-12-24 22:26:41 +0800 |
|---|---|---|
| committer | audahadi <wan.audahadi@gmail.com> | 2016-12-24 22:16:48 +0530 |
| commit | cac9bd7f9a5c88b0b656a045fd0df4e20d6bac84 (patch) | |
| tree | ad3aaf81b54394020e0c897e9f692f69497cac15 | |
| parent | c5fac2f960f2fab78b3296b2d696203c24178e07 (diff) | |
commonize kernel source and cmd line
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4f28dcf..baac4ad 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -54,6 +54,8 @@ BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_KERNEL_PAGESIZE := 2048 TARGET_KERNEL_HEADER_ARCH := arm64 +TARGET_KERNEL_SOURCE := kernel/asus/msm8916 +BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 androidboot.selinux=permissive # ANT+ BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease" |
