davinci: Set Header version for bootimage
Set Header version to 1 for bootimage and Enable BOARD_INCLUDE_RECOVERY_DTBO. Change-Id: I165130b412020a6dee7fb3473766296f21a7cdb7 Signed-off-by: Rahul Shahare <rshaha@codeaurora.org>
This commit is contained in:
parent
ab51fafbdd
commit
f1f388ee89
@ -124,6 +124,9 @@ BOARD_KERNEL_CMDLINE += androidboot.usbcontroller=a600000.dwc3
|
||||
BOARD_KERNEL_CMDLINE += service_locator.enable=1
|
||||
BOARD_KERNEL_CMDLINE += loop.max_part=7
|
||||
|
||||
BOARD_BOOTIMG_HEADER_VERSION := 1
|
||||
BOARD_MKBOOTIMG_ARGS := --header_version $(BOARD_BOOTIMG_HEADER_VERSION)
|
||||
|
||||
# Media
|
||||
TARGET_USES_ION := true
|
||||
TARGET_DISABLED_UBWC := true
|
||||
@ -164,6 +167,7 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||
BOARD_USES_QCOM_HARDWARE := true
|
||||
|
||||
# Recovery
|
||||
BOARD_INCLUDE_RECOVERY_DTBO := true
|
||||
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom
|
||||
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user