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
This commit is contained in:
Alexander Koskovich 2022-04-26 21:18:08 -07:00 committed by Albert Tang
parent 51993dba27
commit 165f9ed5ec

View file

@ -120,8 +120,7 @@ BOARD_KERNEL_CMDLINE := \
service_locator.enable=1 \ service_locator.enable=1 \
swiotlb=0 \ swiotlb=0 \
iptable_raw.raw_before_defrag=1 \ iptable_raw.raw_before_defrag=1 \
ip6table_raw.raw_before_defrag=1 \ ip6table_raw.raw_before_defrag=1
video=vfb:640x400,bpp=32,memsize=3072000
BOARD_KERNEL_IMAGE_NAME := Image BOARD_KERNEL_IMAGE_NAME := Image
BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_SEPARATED_DTBO := true BOARD_KERNEL_SEPARATED_DTBO := true