forked from LineageOS/android_kernel_oneplus_sm8550
-
Notifications
You must be signed in to change notification settings - Fork 5
/
build.config.msm.gen3auto.lxc
32 lines (27 loc) · 1.07 KB
/
build.config.msm.gen3auto.lxc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
################################################################################
## Inheriting configs from ACK
. ${ROOT_DIR}/msm-kernel/build.config.common
. ${ROOT_DIR}/msm-kernel/build.config.aarch64
################################################################################
## Variant setup
MSM_ARCH=gen3auto
VARIANTS=(perf_defconfig debug_defconfig)
[ -z "${VARIANT}" ] && VARIANT=debug_defconfig
ABL_SRC=bootable/bootloader/edk2
BUILD_CONFIG_ABL=${ABL_SRC}/QcomModulePkg/build.config.msm.gen3auto.lxc
BOOT_IMAGE_HEADER_VERSION=2
BASE_ADDRESS=0x80000000
BUILD_BOOT_IMG=1
SKIP_VENDOR_BOOT=1
PAGE_SIZE=4096
DTB_IMG_CREATE=1
PREFERRED_USERSPACE=le
TRIM_UNUSED_MODULES=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,0xa90000 qcom_geni_serial.con_enabled=1 '
fi
################################################################################
## Inheriting MSM configs
. ${KERNEL_DIR}/build.config.msm.common
. ${KERNEL_DIR}/build.config.msm.auto