From 8a2256703522148a6ae6501cfdec781eee8f1512 Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Thu, 6 Oct 2022 07:55:59 -0700 Subject: [PATCH] build.config: pineapple: 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: I8a01d10cee8142ef900376d7e3d29f1b49e80d00 Signed-off-by: Gokul krishna Krishnakumar --- build.config.msm.pineapple | 1 + 1 file changed, 1 insertion(+) diff --git a/build.config.msm.pineapple b/build.config.msm.pineapple index 6c5f430d7bfa..960b7f8b54b2 100644 --- a/build.config.msm.pineapple +++ b/build.config.msm.pineapple @@ -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