sdm710-common: Sort kernel cmdline and additional flags as a list

* This allows better readability and eases tracking further changes.
This commit is contained in:
Pasha 2023-03-24 13:01:16 +02:00 committed by Ultra119
parent a370998eac
commit 29232afe34

View file

@ -29,8 +29,20 @@ BOARD_USES_QCOM_HARDWARE := true
TARGET_BOARD_PLATFORM := sdm710
# Kernel
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0xA90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 swiotlb=1 loop.max_part=7
BOARD_KERNEL_CMDLINE += kpti=off
BOARD_KERNEL_CMDLINE := \
console=ttyMSM0,115200n8 \
earlycon=msm_geni_serial,0xA90000 \
androidboot.hardware=qcom \
androidboot.console=ttyMSM0 \
msm_rtb.filter=0x237 \
ehci-hcd.park=3 \
lpm_levels.sleep_disabled=1 \
service_locator.enable=1 \
androidboot.configfs=true \
androidboot.usbcontroller=a600000.dwc3 \
swiotlb=1 \
loop.max_part=7 \
kpti=off
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_TAGS_OFFSET := 0x00000100