Disable swiotlb for akita

Same as p22, we would like to disable swiotlb for akia. Currently
the swiotlb=noforce config is set in device tree, moving it to userspace
would make the build process more flexible. (ref: pa/2381877)

Bug: 263178695
Test: After adding noforce, /d/swiotlb/ is empty
Change-Id: Iec1241eccea2944b60582d0a76e039052c0ff153
Signed-off-by: Jack Lee <liangjlee@google.com>
This commit is contained in:
Jack Lee 2023-02-03 15:31:31 +00:00
parent a51835eaea
commit fe420c7b30

View file

@ -18,6 +18,7 @@ TARGET_BOOTLOADER_BOARD_NAME := akita
TARGET_SCREEN_DENSITY := 420 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
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