diff options
| author | wzedlare <vedatak01@gmail.com> | 2017-06-04 11:42:43 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-06-20 13:59:28 +0000 |
| commit | d425d3d248b307a2de786f5732e534c12371a266 (patch) | |
| tree | 241ca6f970ba104c8f14946b1af2642bd0b3a6da | |
| parent | fb5b08499e470068ff1e870efecc72362beb1b8a (diff) | |
shamrock: Remove dtbtool args
It is not necessary to indicate dtb args
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index ffc128e..26e6924 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -94,7 +94,6 @@ TARGET_UNIFIED_DEVICE := true TARGET_USES_OVERLAY := true # Kernel -BOARD_DTBTOOL_ARGS := -2 BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk BOARD_KERNEL_PAGESIZE := 2048 |
