Merge "Enable load kernel modules in parallel" into udc-dev am: 8f51bdad42
Original change: https://googleplex-android-review.googlesource.com/c/device/google/felix/+/22797779 Change-Id: I1b5bf11c904ebca6bc0ed762730506297253ab9c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
2595ca2349
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ BOARD_USES_GENERIC_AUDIO := true
|
|||
USES_DEVICE_GOOGLE_FELIX := true
|
||||
BOARD_KERNEL_CMDLINE += swiotlb=noforce
|
||||
|
||||
# Enable load module in parallel
|
||||
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
||||
|
||||
# The modules which need to be loaded in sequential
|
||||
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += panel-samsung-ana6707-f10.load_sequential=1
|
||||
|
||||
#Display
|
||||
USES_IDISPLAY_INTF_SEC := true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue