Enable load kernel modules in parallel am: 264b325dd1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/17159643 Change-Id: If8e71371c586b425ae1c04a8023bc68cb74a2161 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a918fee9f4
1 changed files with 3 additions and 0 deletions
|
@ -382,6 +382,9 @@ BOARD_KERNEL_CMDLINE += at24.write_timeout=100
|
|||
# Enable larger logbuf
|
||||
BOARD_KERNEL_CMDLINE += log_buf_len=1024K
|
||||
|
||||
# Enable load module in parallel
|
||||
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
||||
|
||||
# Protected VM firmware
|
||||
BOARD_PVMFWIMAGE_PARTITION_SIZE := 0x00100000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue