sm6225-common: Configure kernel

Change-Id: Ifed55a5d59d1deae4fd743d654ccb66e437a60ef
This commit is contained in:
Dhina17 2022-12-31 16:56:52 +05:30
parent 3d67fd3f45
commit 1a922e546b
2 changed files with 16 additions and 1 deletions

View file

@ -23,6 +23,16 @@ TARGET_2ND_CPU_VARIANT := cortex-a9
TARGET_BOOTLOADER_BOARD_NAME := bengal
TARGET_NO_BOOTLOADER := true
# Kernel
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0x4a90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 androidboot.memcg=1 lpm_levels.sleep_disabled=1 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 service_locator.enable=1 swiotlb=2048 loop.max_part=7
BOARD_KERNEL_PAGESIZE := 4096
TARGET_KERNEL_CONFIG := vendor/bengal_defconfig
TARGET_KERNEL_SOURCE := kernel/motorola/sm6225
# Kernel - Prebuilt
include device/motorola/sm6225-kernel/prebuilt_kernel.mk
# Platform
BOARD_USES_QCOM_HARDWARE := true
TARGET_BOARD_PLATFORM := bengal

View file

@ -1 +1,6 @@
[]
[
{
"repository": "android_kernel_motorola_sm6225",
"target_path": "kernel/motorola/sm6225"
}
]