diff options
author | Steven Lay <arbiter1000@gmail.com> | 2017-08-09 05:50:34 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:12 +0200 |
commit | 707a91f813ff652f0cfe7c9435328580cc68661b (patch) | |
tree | 9474f5637756af45c023fbd95d4569b3ed63912a | |
parent | 25bcd01818898e2292e96ca8435c28991a2f778f (diff) |
shinano-common: increase vmalloc to 300mb
Was removed somewhere so add it back. Also present on stock.
Change-Id: Ie77ab4ef535de81d976b7652f190f7fbcffeb5fb
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a122349..9a9b7f4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -24,7 +24,7 @@ PRODUCT_PLATFORM:= shinano # Kernel information BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 2048 -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x37 ehci-hcd.park=3 dwc3.maximum_speed=high dwc3_msm.prop_chg_detect=Y +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom msm_rtb.filter=0x37 ehci-hcd.park=3 dwc3.maximum_speed=high dwc3_msm.prop_chg_detect=Y vmalloc=300M BOARD_KERNEL_IMAGE_NAME := zImage BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 BOARD_KERNEL_SEPARATED_DT := true |