diff options
| author | Ethan Chen <intervigil@gmail.com> | 2014-10-06 15:27:57 -0700 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2014-10-06 15:28:03 -0700 |
| commit | d8a2474f7369b033a74e6390f3ecd279cccd1764 (patch) | |
| tree | 0d1499b8e40b415a69d152e5259baccb126f5991 | |
| parent | d727add2e889ad669d54737b576177759b89bd3d (diff) | |
find7: Move kernel commandline to device
Change-Id: I6b0ab7a541f8630261ecc02e007c7b9943e195ee
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index c67ef75..51f9e91 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -18,6 +18,7 @@ -include device/oppo/msm8974-common/BoardConfigCommon.mk # Kernel +BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 TARGET_KERNEL_CONFIG := cyanogenmod_find7_defconfig BOARD_CUSTOM_BOOTIMG_MK := device/oppo/find7/mkbootimg.mk |
