build.config.msm.monaco: Enable system_dlkm partition

Enable System_dlkm image generation.
Add Bootconfig to Kernel command line.

Change-Id: Ia04a4624a0d8aa36fc35b62b0a416ae1def3dd74
Signed-off-by: Nagireddy Annem <quic_nannem@quicinc.com>
This commit is contained in:
Nagireddy Annem
2022-09-01 17:03:12 +05:30
committed by Gerrit - the friendly Code Review server
parent 63cf1cf8c1
commit 2ddd7c9d22

View File

@@ -14,15 +14,21 @@ BOOT_IMAGE_HEADER_VERSION=4
BASE_ADDRESS=0x80000000
PAGE_SIZE=4096
BUILD_VENDOR_DLKM=1
PREPARE_SYSTEM_DLKM=1
SYSTEM_DLKM_MODULES_LIST=${ROOT_DIR}/${KERNEL_DIR}/android/gki_system_dlkm_modules
SUPER_IMAGE_SIZE=0x10000000
TRIM_UNUSED_MODULES=1
BUILD_INIT_BOOT_IMG=1
MODULES_LIST_ORDER="1"
[ -z "${DT_OVERLAY_SUPPORT}" ] && DT_OVERLAY_SUPPORT=1
if [ "${KERNEL_CMDLINE_CONSOLE_AUTO}" != "0" ]; then
KERNEL_VENDOR_CMDLINE+=' console=ttyMSM0,115200n8 earlycon=qcom_geni,0x4a98000 qcom_geni_serial.con_enabled=1 androidboot.first_stage_console=1 '
KERNEL_VENDOR_CMDLINE+=' console=ttyMSM0,115200n8 earlycon=qcom_geni,0x4a98000 qcom_geni_serial.con_enabled=1 '
fi
KERNEL_VENDOR_CMDLINE+=' bootconfig '
################################################################################
## Inheriting MSM configs
. ${KERNEL_DIR}/build.config.msm.common