From 165f9ed5ec9dee2f000535c08f9005ec11328b0e Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Tue, 26 Apr 2022 21:18:08 -0700 Subject: [PATCH] dre: 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index d4f4c55..caaf4bf 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -120,8 +120,7 @@ BOARD_KERNEL_CMDLINE := \ service_locator.enable=1 \ swiotlb=0 \ iptable_raw.raw_before_defrag=1 \ - ip6table_raw.raw_before_defrag=1 \ - video=vfb:640x400,bpp=32,memsize=3072000 + ip6table_raw.raw_before_defrag=1 BOARD_KERNEL_IMAGE_NAME := Image BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_SEPARATED_DTBO := true