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