Merge "Disable zone DMA32 for shiba and husky" into udc-d1-dev

This commit is contained in:
Jack Lee 2023-04-14 08:37:48 +00:00 committed by Android (Google) Code Review
commit f1d194535c
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ TARGET_SCREEN_DENSITY := 520
BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_SHUSKY := true
BOARD_KERNEL_CMDLINE += swiotlb=noforce
BOARD_KERNEL_CMDLINE += disable_dma32=on
include device/google/zuma/BoardConfig-common.mk
-include vendor/google_devices/zuma/prebuilts/BoardConfigVendor.mk

View file

@ -20,6 +20,7 @@ TARGET_SCREEN_DENSITY := 420
BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_SHUSKY := true
BOARD_KERNEL_CMDLINE += swiotlb=noforce
BOARD_KERNEL_CMDLINE += disable_dma32=on
include device/google/zuma/BoardConfig-common.mk
-include vendor/google_devices/zuma/prebuilts/BoardConfigVendor.mk