From d4c206cfcfa9ab8586793c7792daf49aba0cfeab Mon Sep 17 00:00:00 2001 From: Jing Wang Date: Tue, 30 May 2023 23:07:55 +0000 Subject: [PATCH] Revert "Revert^3 "shusky: disable parallel module loading"" This reverts commit eead637cec071f42eeee220909bffa8e9a887803. Reason for revert: b/284937144 Change-Id: I0538a9a57f4e202cab9701cb16dbd6ea1e55f859 --- husky/BoardConfig.mk | 6 ------ ripcurrent/BoardConfig.mk | 6 ------ shiba/BoardConfig.mk | 6 ------ 3 files changed, 18 deletions(-) diff --git a/husky/BoardConfig.mk b/husky/BoardConfig.mk index a88a5c6..205ca79 100644 --- a/husky/BoardConfig.mk +++ b/husky/BoardConfig.mk @@ -14,12 +14,6 @@ # 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 diff --git a/ripcurrent/BoardConfig.mk b/ripcurrent/BoardConfig.mk index 9950fca..1b5c405 100644 --- a/ripcurrent/BoardConfig.mk +++ b/ripcurrent/BoardConfig.mk @@ -14,12 +14,6 @@ # 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 diff --git a/shiba/BoardConfig.mk b/shiba/BoardConfig.mk index 92ab17c..2acc2a4 100644 --- a/shiba/BoardConfig.mk +++ b/shiba/BoardConfig.mk @@ -14,12 +14,6 @@ # 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