Enable load kernel modules in parallel
Test: boot successfully Bug: 223463247 Signed-off-by: chungkai <chungkai@google.com> Change-Id: Ib0b4f19f46a029113bd71371e50c318218b517fd
This commit is contained in:
parent
fc62bbc886
commit
7bb2178bc3
1 changed files with 3 additions and 0 deletions
|
@ -404,5 +404,8 @@ BOARD_KERNEL_CMDLINE += at24.write_timeout=100
|
||||||
# Enable larger logbuf
|
# Enable larger logbuf
|
||||||
BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
||||||
|
|
||||||
|
# Enable load module in parallel
|
||||||
|
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
||||||
|
|
||||||
# Protected VM firmware
|
# Protected VM firmware
|
||||||
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue