From 80e28b064555f7c065097ef0b4b4fa5e6e878ef1 Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Thu, 6 Oct 2022 07:53:37 -0700 Subject: [PATCH] build.config: pineapple: Change Boot header version to 4 Adding Bootconfig to kernel command line to support the version change. Change-Id: I24b667e494e5bbf14397f16d9ef7219634f3f17b Signed-off-by: Gokul krishna Krishnakumar --- build.config.msm.pineapple | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.config.msm.pineapple b/build.config.msm.pineapple index faa0373e0a5e..6c5f430d7bfa 100644 --- a/build.config.msm.pineapple +++ b/build.config.msm.pineapple @@ -10,7 +10,7 @@ VARIANTS=(consolidate gki) [ -z "${VARIANT}" ] && VARIANT=consolidate ABL_SRC=bootable/bootloader/edk2 -BOOT_IMAGE_HEADER_VERSION=3 +BOOT_IMAGE_HEADER_VERSION=4 BASE_ADDRESS=0x80000000 PAGE_SIZE=4096 BUILD_VENDOR_DLKM=1 @@ -22,6 +22,8 @@ if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then KERNEL_VENDOR_CMDLINE+='console=ttyMSM0,115200n8 earlycon' fi +KERNEL_VENDOR_CMDLINE+=' bootconfig ' + ################################################################################ ## Inheriting MSM configs . ${KERNEL_DIR}/build.config.msm.common