shusky: disable parallel module loading
Disable parallel module loading. iommu driver loading parallel prevented boot to fastbootd. resolved with fastboot oem cmdline set samsung-sysmmu-v9.load_sequential=1 disabling all parallel module loading for now, can re-enable at a later stage with verification. Bug: 268269286 Change-Id: Iccecff4ae552567f3a5fb8a421b8e1993657fbc7
This commit is contained in:
parent
5c46cf01a1
commit
efaeac87c2
3 changed files with 0 additions and 21 deletions
|
@ -14,13 +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 += vh_sched.load_sequential=1
|
||||
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 := 450
|
||||
|
|
|
@ -14,13 +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 += vh_sched.load_sequential=1
|
||||
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,13 +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 += vh_sched.load_sequential=1
|
||||
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