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: 236225957 Test: boot Signed-off-by: Martin Liu <liumartin@google.com> Change-Id: Ic321b460c7f63b7877fa0f12588c6f660cc0f68c
This commit is contained in:
@@ -17,6 +17,7 @@ TARGET_BOARD_INFO_FILE := device/google/bluejay/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := bluejay
|
||||
TARGET_SCREEN_DENSITY := 420
|
||||
USES_DEVICE_GOOGLE_BLUEJAY := true
|
||||
BOARD_KERNEL_CMDLINE += disable_dma32=on
|
||||
|
||||
include device/google/gs101/BoardConfig-common.mk
|
||||
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
||||
|
||||
Reference in New Issue
Block a user