Merge "Enable load kernel modules in parallel" into udc-qpr-dev

This commit is contained in:
Treehugger Robot 2023-10-04 06:27:47 +00:00 committed by Android (Google) Code Review
commit 658cfc7bf2

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