android_device_lenovo_karate/board/kernel.mk
Zhao Wei Liew bdfe681d60 Revert "land: Enable console"
No longer enabled in miui_HM3SGlobal_6.12.15_9ae6840ff8_6.0.

This reverts commit 4a14076437.
2016-12-23 09:59:27 +08:00

10 lines
588 B
Makefile

# kernel
BOARD_KERNEL_BASE := 0x80000000
BOARD_CUSTOM_BOOTIMG_MK := $(DEVICE_PATH)/mkbootimg.mk
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
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
BOARD_KERNEL_PAGESIZE := 2048
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01000000 --tags_offset 0x00000100
TARGET_KERNEL_CONFIG := cyanogenmod_land_defconfig
TARGET_KERNEL_SOURCE := kernel/xiaomi/msm8937
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/kernel