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:
parent
51993dba27
commit
165f9ed5ec
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue