gts3l: Update kernel flags
Since now it uses the new kernel source tree from the scratch Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I4574a4485f6e310de3d17078c6c9e761b662fabb
This commit is contained in:
parent
568d802199
commit
d41b5879a0
1 changed files with 3 additions and 6 deletions
|
@ -49,15 +49,12 @@ TARGET_NO_BOOTLOADER := true
|
||||||
BOARD_KERNEL_BASE := 0x80000000
|
BOARD_KERNEL_BASE := 0x80000000
|
||||||
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7464900.sdhci lpm_levels.sleep_disabled=1 rcupdate.rcu_expedited=1 cma=32M@0-0xffffffff
|
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7464900.sdhci lpm_levels.sleep_disabled=1 rcupdate.rcu_expedited=1 cma=32M@0-0xffffffff
|
||||||
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
||||||
BOARD_KERNEL_IMAGE_NAME := Image.gz
|
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
|
||||||
BOARD_KERNEL_PAGESIZE := 4096
|
BOARD_KERNEL_PAGESIZE := 4096
|
||||||
BOARD_KERNEL_SEPARATED_DT := true
|
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02200000 --tags_offset 0x02000000
|
||||||
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x02200000 --tags_offset 0x02000000
|
|
||||||
BOARD_CUSTOM_BOOTIMG := true
|
|
||||||
BOARD_CUSTOM_BOOTIMG_MK := hardware/samsung/mkbootimg.mk
|
|
||||||
TARGET_KERNEL_ARCH := arm64
|
TARGET_KERNEL_ARCH := arm64
|
||||||
TARGET_KERNEL_SOURCE := kernel/samsung/msm8996
|
TARGET_KERNEL_SOURCE := kernel/samsung/msm8996
|
||||||
TARGET_KERNEL_CONFIG := lineage_gts3llte_defconfig
|
TARGET_KERNEL_CONFIG := lineageos_gts3llte_defconfig
|
||||||
TARGET_COMPILE_WITH_MSM_KERNEL := true
|
TARGET_COMPILE_WITH_MSM_KERNEL := true
|
||||||
|
|
||||||
# Platform
|
# Platform
|
||||||
|
|
Loading…
Reference in a new issue