diff --git a/BoardConfig.mk b/BoardConfig.mk index 21c3e61..7fe6d2e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -22,7 +22,7 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno306 # Kernel 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 earlyprintk +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 lpm_levels.sleep_disabled=1 androidboot.selinux=permissive BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100 --dt device/yu/lettuce/dt.img diff --git a/dt.img b/dt.img index cdd003a..246306a 100644 Binary files a/dt.img and b/dt.img differ diff --git a/kernel b/kernel index 7ab2f7c..3f3ce5e 100644 Binary files a/kernel and b/kernel differ