diff options
| author | Dan Pasanen <dan.pasanen@gmail.com> | 2015-10-30 08:11:18 -0500 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2015-11-03 21:24:16 +0300 |
| commit | f085c23c829f84cdfb09309aba53582b4f7862d1 (patch) | |
| tree | 1800fd268e76ae8e2baee44d12d605159cbb518c | |
| parent | 324fe25233b604aa0ee8655ee4da4e9df5b9cbd8 (diff) | |
Change-Id: I531c262bcd093a565b06ff2a8fba14a8979aa9ac
(cherry picked from commit 6aaf22b384d87bbffa3525848c9e9856a7a0c56c)
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4b543da..e4ba569 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -23,7 +23,7 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno200 TARGET_CPU_VARIANT := krait # Kernel -BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 zcache androidboot.bootdevice=msm_sdcc.1 +BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom user_debug=31 zcache BOARD_KERNEL_BASE := 0x80200000 BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01500000 BOARD_KERNEL_PAGESIZE := 2048 |
