Revert "shusky: disable parallel module loading"
This reverts commit efaeac87c2
.
Reason for revert: the patch for iommu has been merged
Test: shiba rebooted 1000 times without failure and https://android-build.googleplex.com/builds/abtd/run/L49300000960255489 run device-boot-health-check-extra for husky
Bug: 271931921
Change-Id: I4dcbc1e2028facd8531c94c03d0b28cbd6769b06
This commit is contained in:
parent
a08c53bf89
commit
ca1a96d3bd
3 changed files with 18 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
# 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
|
||||
|
||||
TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := husky
|
||||
TARGET_SCREEN_DENSITY := 520
|
||||
|
|
|
@ -14,6 +14,12 @@
|
|||
# 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
|
||||
|
||||
TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := ripcurrent
|
||||
TARGET_SCREEN_DENSITY := 440
|
||||
|
|
|
@ -14,6 +14,12 @@
|
|||
# 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
|
||||
|
||||
TARGET_BOARD_INFO_FILE := device/google/shusky/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := shiba
|
||||
TARGET_SCREEN_DENSITY := 420
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue