Merge "Enable load kernel modules in parallel" into udc-qpr-dev am: 658cfc7bf2
am: 3a3cdb6fb1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24612988 Change-Id: I4ffe4b313a77fc0d9fd2de83ea5e62b66c0c0c84 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6ee07c8284
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# 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 += g2d.load_sequential=1
|
||||
BOARD_KERNEL_CMDLINE += samsung_iommu_v9.load_sequential=1
|
||||
|
||||
TARGET_BOARD_INFO_FILE := device/google/akita/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := akita
|
||||
TARGET_SCREEN_DENSITY := 420
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue