From 5a1fa60059fd8abd942781e7b4f3217342c5ac18 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Tue, 27 Apr 2021 06:57:55 -0700 Subject: [PATCH] sm8350-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 | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5942326..7e1fe20 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -110,7 +110,6 @@ BOARD_KERNEL_CMDLINE += swiotlb=0 BOARD_KERNEL_CMDLINE += pcie_ports=compat BOARD_KERNEL_CMDLINE += iptable_raw.raw_before_defrag=1 BOARD_KERNEL_CMDLINE += ip6table_raw.raw_before_defrag=1 -BOARD_KERNEL_CMDLINE += video=vfb:640x400,bpp=32,memsize=3072000 # Partitions BOARD_FLASH_BLOCK_SIZE := 131072