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: I6a2f373403db18fa9dd80a1289860d6b66395472 Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
a0c87c0930
commit
497242f2d4
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