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:
parent
a51835eaea
commit
fe420c7b30
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue