diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-13 11:05:22 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-05-13 11:05:22 +0200 |
commit | a0e025aa462ca103721ea791498bd06b4833ae66 (patch) | |
tree | 169d75205c3dec84082623c490685bc53bcb2451 | |
parent | cbcecf905ae82ef97010e410fd1f29b231164ac9 (diff) |
shinano: update command line
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9eac4aa..db6e89f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -43,7 +43,7 @@ TARGET_USE_KRAIT_BIONIC_OPTIMIZATION := true # Kernel information BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 2048 -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 dwc3.maximum_speed=high dwc3_msm.prop_chg_detect=Y +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 BOARD_CUSTOM_BOOTIMG_MK := device/sony/shinano-common/custombootimg.mk BOARD_KERNEL_SEPARATED_DT := true |