diff options
| author | Steve Kondik <steve@cyngn.com> | 2015-08-16 04:55:20 -0700 |
|---|---|---|
| committer | Steve Kondik <shade@chemlab.org> | 2015-08-19 05:34:31 -0700 |
| commit | 589b201753a6de65abdc4e1feb6737f5dc908efa (patch) | |
| tree | 824d19188d75aebd7440fbefe22662e36809fb80 /BoardConfigCommon.mk | |
| parent | 4ae83c95099d49545cf354cc67862f154184161b (diff) | |
msm8916-common: Disable earlyprintk
* Not needed and can cause longer boot time. Remove it.
Change-Id: I7d979cfc8675bfe8773b87f3f12de8b8ac862cfd
Diffstat (limited to 'BoardConfigCommon.mk')
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index af52ef1..507ad1c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,7 +58,7 @@ TARGET_SYSTEM_PROP := $(VENDOR_PATH)/system.prop # Kernel BOARD_CUSTOM_BOOTIMG_MK := $(VENDOR_PATH)/mkbootimg.mk 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 BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true BOARD_KERNEL_TAGS_OFFSET := 0x01E00000 |
