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 <quic_gokukris@quicinc.com>
This commit is contained in:
Gokul krishna Krishnakumar 2022-04-19 09:51:43 -07:00
parent 17a880d7fb
commit 9e014d030b

View File

@ -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