From 2a782ee4cc729e61f4dc30f5cf3bc7251586e7a6 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Tue, 8 Mar 2022 11:57:15 -0300 Subject: veux: 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 --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 0c005f8..8a3f699 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -126,7 +126,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 BOARD_KERNEL_CMDLINE += androidboot.init_fatal_reboot_target=recovery # Prebuilt Kernel -- cgit v1.2.3