diff options
| author | Ricardo Cerqueira <ricardo@cyngn.com> | 2015-11-04 15:42:56 +0000 |
|---|---|---|
| committer | Ricardo Cerqueira <ricardo@cyngn.com> | 2015-11-04 15:42:56 +0000 |
| commit | ef40a7759cf8a7e77ad0325ce86813718fd7a690 (patch) | |
| tree | cfa55f2dc4bb5056920e958c6b173628645725fe /BoardConfigCommon.mk | |
| parent | b1a08de5588e360fc89652cf151b5d586e30a81b (diff) | |
boot: Use new fancy-pants shared DT builder/appending
Change-Id: I9871fb5b83b6d663de28bab1ffc011e7e667553c
Diffstat (limited to 'BoardConfigCommon.mk')
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1e55fc4..ffad127 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -56,13 +56,13 @@ endif TARGET_SYSTEM_PROP := $(VENDOR_PATH)/system.prop # Kernel -BOARD_CUSTOM_BOOTIMG_MK := $(VENDOR_PATH)/mkbootimg.mk 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 BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true BOARD_KERNEL_TAGS_OFFSET := 0x01E00000 BOARD_RAMDISK_OFFSET := 0x02000000 +BOARD_DTBTOOL_ARGS := -2 ifneq ($(FORCE_32_BIT),true) TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_HEADER_ARCH := arm64 |
