mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
Disable zone dma32
As HW doesn't have 32 bit address limitation, we can disable zone dma32 to simplify memory management and improve performance. Bug: 224535283 Test: boot, test basic wifi, faceauth, camera, UDFP features Signed-off-by: Martin Liu <liumartin@google.com> Change-Id: Ia7c1098ddd4b91738702dd99552661dbe18cfaa5
This commit is contained in:
committed by
TreeHugger Robot
parent
e27d934035
commit
14e8f21c6a
@@ -39,6 +39,7 @@ BOARD_KERNEL_CMDLINE += cgroup_disable=memory
|
||||
BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all
|
||||
BOARD_KERNEL_CMDLINE += stack_depot_disable=off page_pinner=on
|
||||
BOARD_KERNEL_CMDLINE += swiotlb=1024
|
||||
BOARD_KERNEL_CMDLINE += disable_dma32=on
|
||||
BOARD_BOOTCONFIG += androidboot.boot_devices=14700000.ufs
|
||||
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
|
||||
Reference in New Issue
Block a user