set swiotlb as noforce

There is no swiotlb usage so we can append noforce to
remove 2MB reserved memory.

Bug: 226578178
Test: check total memory and io_tlb_nslabs
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: Id7789024bcaa9f276f8fd2dbcc3086f843dae6e4
This commit is contained in:
Martin Liu 2022-03-25 18:02:27 +08:00 committed by Jenhao Chen
parent 25f7367e43
commit 712ba5e8b1

View file

@ -18,6 +18,7 @@ TARGET_BOOTLOADER_BOARD_NAME := tangorpro
TARGET_SCREEN_DENSITY := 420
BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_TANGORPRO := true
BOARD_KERNEL_CMDLINE += swiotlb=noforce
include device/google/gs201/BoardConfig-common.mk
-include vendor/google_devices/gs201/prebuilts/BoardConfigVendor.mk