From fe420c7b30047f2e2c2226f489801f3b3182d63c Mon Sep 17 00:00:00 2001 From: Jack Lee Date: Fri, 3 Feb 2023 15:31:31 +0000 Subject: [PATCH] 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 --- akita/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/akita/BoardConfig.mk b/akita/BoardConfig.mk index c8517f9..6d8da64 100644 --- a/akita/BoardConfig.mk +++ b/akita/BoardConfig.mk @@ -18,6 +18,7 @@ TARGET_BOOTLOADER_BOARD_NAME := akita TARGET_SCREEN_DENSITY := 420 BOARD_USES_GENERIC_AUDIO := true USES_DEVICE_GOOGLE_AKITA := true +BOARD_KERNEL_CMDLINE += swiotlb=noforce include device/google/zuma/BoardConfig-common.mk -include vendor/google_devices/zuma/prebuilts/BoardConfigVendor.mk