set swiotlb as noforce

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

Bug: 241338125
Test: check total memory and io_tlb_nslabs
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: Ic08d1913cf17265841e6415e3609276658a4322d
This commit is contained in:
Martin Liu 2022-08-30 21:22:55 +08:00
parent 24be6d7726
commit 48629bbd9a

View file

@ -18,6 +18,7 @@ TARGET_BOOTLOADER_BOARD_NAME := felix
TARGET_SCREEN_DENSITY := 420
BOARD_USES_GENERIC_AUDIO := true
USES_DEVICE_GOOGLE_FELIX := true
BOARD_KERNEL_CMDLINE += swiotlb=noforce
#Display
USES_IDISPLAY_INTF_SEC := true