sdm845-common: Build dtbo
* Also add it to A/B list Change-Id: Id7eca5ab0f62874fd69c58e6e0985d9826c735d8
This commit is contained in:
parent
ae313b75b8
commit
c6f1c498c4
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ BOARD_KERNEL_BASE := 0x80000000
|
||||||
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 androidboot.avb_version=0.0 androidboot.vbmeta.avb_version=0.0
|
BOARD_KERNEL_CMDLINE := androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 androidboot.avb_version=0.0 androidboot.vbmeta.avb_version=0.0
|
||||||
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
|
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
|
||||||
BOARD_KERNEL_PAGESIZE := 4096
|
BOARD_KERNEL_PAGESIZE := 4096
|
||||||
|
BOARD_KERNEL_SEPARATED_DTBO := true
|
||||||
NEED_KERNEL_MODULE_SYSTEM := true
|
NEED_KERNEL_MODULE_SYSTEM := true
|
||||||
TARGET_KERNEL_ARCH := arm64
|
TARGET_KERNEL_ARCH := arm64
|
||||||
TARGET_KERNEL_SOURCE := kernel/oneplus/sdm845
|
TARGET_KERNEL_SOURCE := kernel/oneplus/sdm845
|
||||||
|
|
|
@ -32,6 +32,7 @@ AB_OTA_UPDATER := true
|
||||||
|
|
||||||
AB_OTA_PARTITIONS += \
|
AB_OTA_PARTITIONS += \
|
||||||
boot \
|
boot \
|
||||||
|
dtbo \
|
||||||
system \
|
system \
|
||||||
vbmeta
|
vbmeta
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue