aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwzedlare <vedatak01@gmail.com>2017-06-29 19:00:48 +0000
committerwzedlare <vedatak01@gmail.com>2017-06-29 19:02:44 +0000
commit5b40b118e9106caeab056a1a6ea7a64a43cbbefb (patch)
tree7db17f1b4c00fc4e4bbc7f7ce3d6a1b47ad684cb
parent923c6cffd1583449e50a6add060e87aebd5f0b6b (diff)
cedric: Remove verifiedbootstate from cmdline
It is deprecated and not even working.Let's remove it. Change-Id: Ia0fca9266593e867867ba7eeff6322b02cf0d9dc
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 299d9a9..b3887cf 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -42,7 +42,7 @@ TARGET_OTA_ASSERT_DEVICE := cedric,cedric_retail
# Kernel
BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom user_debug=30 msm_rtb.filter=0x237
-BOARD_KERNEL_CMDLINE += ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 vmalloc=350M androidboot.verifiedbootstate=green
+BOARD_KERNEL_CMDLINE += ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 vmalloc=350M
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
BOARD_KERNEL_BASE := 0x80000000
BOARD_KERNEL_PAGESIZE := 2048