diff options
author | Alexander Koskovich <zvnexus@outlook.com> | 2022-03-08 11:57:15 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 |
commit | 2a782ee4cc729e61f4dc30f5cf3bc7251586e7a6 (patch) | |
tree | e422dbca855df40ddad105b39c944bf9448ced49 | |
parent | 5f93e3f9230bed3d33e4a8adfd1a6d99ce9ae546 (diff) |
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
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 |