Snap for 9185739 from 980a71ae7e
to udc-release
Change-Id: I5aa5f9cb1e62f5111b4a8afcff378279fa2ae5ef
This commit is contained in:
commit
91fe8c4d88
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,16 @@ else
|
||||||
TARGET_SCREEN_DENSITY := 420
|
TARGET_SCREEN_DENSITY := 420
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Enable load module in parallel
|
||||||
|
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
||||||
|
|
||||||
|
# The modules which need to be loaded in sequential
|
||||||
|
BOARD_KERNEL_CMDLINE += vh_sched.load_sequential=1
|
||||||
|
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
|
||||||
|
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
|
||||||
|
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1
|
||||||
|
BOARD_KERNEL_CMDLINE += g2d.load_sequential=1
|
||||||
|
|
||||||
TARGET_BOARD_INFO_FILE := device/google/bluejay/board-info.txt
|
TARGET_BOARD_INFO_FILE := device/google/bluejay/board-info.txt
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := bluejay
|
TARGET_BOOTLOADER_BOARD_NAME := bluejay
|
||||||
USES_DEVICE_GOOGLE_BLUEJAY := true
|
USES_DEVICE_GOOGLE_BLUEJAY := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue