From 9e014d030bbb55f15289c72011cc144a1545bd60 Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Tue, 19 Apr 2022 09:51:43 -0700 Subject: [PATCH] build.config: kalama: Add flag to enable init_boot build By enabling this flag init_boot.img will be generated if the header version is 4. Change-Id: If0a15f4e68bcc48e19a50e041a565b7b57ce458b Signed-off-by: Gokul krishna Krishnakumar --- build.config.msm.kalama | 1 + 1 file changed, 1 insertion(+) diff --git a/build.config.msm.kalama b/build.config.msm.kalama index e4fdf843dd0b..205c39531102 100644 --- a/build.config.msm.kalama +++ b/build.config.msm.kalama @@ -16,6 +16,7 @@ PAGE_SIZE=4096 BUILD_VENDOR_DLKM=1 SUPER_IMAGE_SIZE=0x10000000 TRIM_UNUSED_MODULES=1 +BUILD_INIT_BOOT_IMG=1 [ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1 if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then