From d0933fd9022d8294bb3616c457b2f53e60487aa6 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Tue, 26 Apr 2022 21:18:08 -0700 Subject: [PATCH] sm8250-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 --- BoardConfigCommon.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 16a62b7..cc3ae2a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -115,8 +115,7 @@ BOARD_KERNEL_CMDLINE := \ msm_rtb.filter=0x237 \ reboot=panic_warm \ service_locator.enable=1 \ - swiotlb=2048 \ - video=vfb:640x400,bpp=32,memsize=3072000 + swiotlb=2048 BOARD_KERNEL_IMAGE_NAME := Image BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_SEPARATED_DTBO := true