From a4695ab18052a3fe37f06b81c41739a7a652ba2b Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Tue, 16 Jan 2018 00:18:35 -0700 Subject: [PATCH] Revert "klte-common: Add bootdevice to kernel cmdline" This reverts commit 6daa361afe938693130d8b26af165d4e7d72f648. * We're out of cmdline space and we don't even make use of the symlink that this used to automatically create. * If we ever want to use the bootdevice symlink, just create it explicitly (without prop) in init.qcom.rc Change-Id: I1c45c3ed3605f4020d824be2775639c04ba8b60d --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5eb07d1..9b00077 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -54,7 +54,7 @@ DEVICE_MANIFEST_FILE += $(COMMON_PATH)/manifest.xml # Kernel BOARD_KERNEL_BASE := 0x00000000 -BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 zcache.enabled=1 zcache.compressor=lz4 androidboot.bootdevice=msm_sdcc.1 +BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 zcache.enabled=1 zcache.compressor=lz4 BOARD_KERNEL_IMAGE_NAME := zImage BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true