Merge "Enable load kernel modules in parallel" into udc-qpr-dev am: 658cfc7bf2

Original change: https://googleplex-android-review.googlesource.com/c/device/google/akita/+/24612988

Change-Id: I762756782e00c8ec828a85eba4d90fefce0e836b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-10-04 06:51:00 +00:00 committed by Automerger Merge Worker
commit 3a3cdb6fb1

View file

@ -13,6 +13,15 @@
# See the License for the specific language governing permissions and
# 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
BOARD_KERNEL_CMDLINE += g2d.load_sequential=1
BOARD_KERNEL_CMDLINE += samsung_iommu_v9.load_sequential=1
TARGET_BOARD_INFO_FILE := device/google/akita/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := akita
TARGET_SCREEN_DENSITY := 420