Enable load kernel modules in parallel
enable load kernel modules in parallel but load some specific modules in sequential Test: reboot more than 500 times without failure Bug: 229794277 Change-Id: I41cb5a09fb88ff7faa5ec12f71209b35cd941948 Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
84b40b6157
commit
50d3691520
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue