klte-common: Add bootdevice to kernel cmdline

Change-Id: I9590770e63c00cb9b376d0a8522ea3ccab78b1fe
This commit is contained in:
Kevin F. Haggerty 2017-09-15 08:04:15 -06:00
parent 33b1555d76
commit 6daa361afe
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ TARGET_BOOTLOADER_BOARD_NAME := MSM8974
# 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
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_PAGESIZE := 2048
BOARD_KERNEL_SEPARATED_DT := true
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01e00000