sm8550-common: Add bootconfig to cmdline

While bootconfig allows to provide userspace config without taking space in cmdline,
 it only works with boot header v4, and recovery cant be newer then v2, so add bootconfig to cmdline,
 for recovery.

Change-Id: I2123b361b3c8e9097a94d80d762623aa8c3c236a
This commit is contained in:
Luka Panio
2024-04-10 14:22:55 +02:00
committed by chaptsand
parent bb3064a737
commit 8a5afd0877

View File

@@ -75,6 +75,9 @@ BOARD_BOOTCONFIG := \
androidboot.usbcontroller=a600000.dwc3 androidboot.usbcontroller=a600000.dwc3
BOARD_KERNEL_CMDLINE := \ BOARD_KERNEL_CMDLINE := \
androidboot.hardware=qcom \
androidboot.memcg=1 \
androidboot.usbcontroller=a600000.dwc3 \
printk.devkmsg=on \ printk.devkmsg=on \
firmware_class.path=/vendor/firmware_mnt/image \ firmware_class.path=/vendor/firmware_mnt/image \
video=vfb:640x400,bpp=32,memsize=3072000 video=vfb:640x400,bpp=32,memsize=3072000