From 48629bbd9a3cc1455c3083906039b4b4c0a900a4 Mon Sep 17 00:00:00 2001 From: Martin Liu Date: Tue, 30 Aug 2022 21:22:55 +0800 Subject: [PATCH] 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 Change-Id: Ic08d1913cf17265841e6415e3609276658a4322d --- felix/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/felix/BoardConfig.mk b/felix/BoardConfig.mk index 183ff28..bba58ae 100644 --- a/felix/BoardConfig.mk +++ b/felix/BoardConfig.mk @@ -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