sm6225-common: Build DTBO

Change-Id: I99076588b896198a0e5f53da6fb23df0b6b65066
This commit is contained in:
Dhina17 2022-12-31 18:06:45 +05:30
parent 7ba856aaeb
commit e8ab9a8ebd
2 changed files with 3 additions and 0 deletions

View file

@ -29,6 +29,7 @@ BOARD_INCLUDE_DTB_IN_BOOTIMG := true
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0x4a90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=2048 loop.max_part=7
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_SEPARATED_DTBO := true
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
TARGET_KERNEL_CONFIG := vendor/bengal_defconfig
TARGET_KERNEL_SOURCE := kernel/motorola/sm6225
@ -41,6 +42,7 @@ BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)
BOARD_USES_METADATA_PARTITION := true
BOARD_BOOTIMAGE_PARTITION_SIZE := 98304000
BOARD_DTBOIMG_PARTITION_SIZE := 24576000
BOARD_USERDATAIMAGE_PARTITION_SIZE := 52983788000
BOARD_VENDOR_BOOTIMAGE_PARTITION_SIZE := 98304000

View file

@ -11,6 +11,7 @@ AB_OTA_UPDATER := true
AB_OTA_PARTITIONS += \
boot \
dtbo \
product \
system \
system_ext \