From 4006e12c62be2a46e5e811f5375f9e10f093582b Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Tue, 26 Apr 2022 21:18:08 -0700 Subject: [PATCH] sdm710-common: Remove virtual framebuffer * It's largely for testing purposes and it consumes a large amount of memory. If your hardware doesn't have graphics then it can be useful, which isn't the case for shipped devices. Change-Id: I2348718ad3afba846498572161fa7e83dd8b7ce9 Signed-off-by: Chenyang Zhong --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6550c33..80b90fc 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -29,7 +29,7 @@ BOARD_USES_QCOM_HARDWARE := true TARGET_BOARD_PLATFORM := sdm710 # Kernel -BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0xA90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 video=vfb:640x400,bpp=32,memsize=3072000 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 swiotlb=1 loop.max_part=7 +BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 earlycon=msm_geni_serial,0xA90000 androidboot.hardware=qcom androidboot.console=ttyMSM0 msm_rtb.filter=0x237 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 androidboot.configfs=true androidboot.usbcontroller=a600000.dwc3 swiotlb=1 loop.max_part=7 BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_TAGS_OFFSET := 0x00000100