Merge "Disable zone DMA32 for akita" into udc-d1-dev am: 56247c8c96

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

Change-Id: I7371bea047d485778283acff3f982090142062ca
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jack Lee 2023-04-18 14:44:00 +00:00 committed by Automerger Merge Worker
commit d2511e03a2

View file

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