Load samsung_iommu_v9 in serial
it seems that there's conflict between samsung_iommu_v9 and trusty_log, so load samsung_iommu_v9 in serial Test: build pass and run 2000 times without error Bug: 290561688 Change-Id: I6af250bbe3089f41229f6d674cc2e4a7eae3cbe1 Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
7942a16adf
commit
73d93a6bca
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ 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/shusky/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := husky
|
||||
|
|
|
@ -20,6 +20,7 @@ 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/shusky/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := shiba
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue