Merge "Enable load kernel modules in parallel" into udc-dev

This commit is contained in:
Chung-Kai (Michael) Mei 2023-04-21 08:25:52 +00:00 committed by Android (Google) Code Review
commit 7d8d086e57

View file

@ -16,6 +16,12 @@
TARGET_BOARD_INFO_FILE := device/google/tangorpro/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := tangorpro
# 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
ifdef PHONE_CAR_BOARD_PRODUCT
include vendor/auto/embedded/products/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
else