From 64262acc1d3f31945e75850515f8d10a3a22b97e Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Mon, 19 Mar 2018 13:42:49 +0100 Subject: [PATCH] msm8976-common: Set BOARD_CUSTOM_BOOTIMG to true * This is required to properly apply the changes to the boot and recovery images, as well as generating the right recovery-from-boot patch file to allow auto updating of recovery Change-Id: Ifaaead6d68aae115e8fb4b01ee50d09861e5df1c --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 697d3bb..ee68ff9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -54,6 +54,7 @@ BOARD_KERNEL_IMAGE_NAME := Image.gz BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 --board FPRPG21W000KU +BOARD_CUSTOM_BOOTIMG := true BOARD_CUSTOM_BOOTIMG_MK := hardware/samsung/mkbootimg.mk TARGET_KERNEL_SOURCE := kernel/samsung/msm8976