From e0c9ea0c6df4624670bd20d2182fc55d0a40feb9 Mon Sep 17 00:00:00 2001
From: j1nx
Date: Mon, 8 Jun 2020 12:16:36 +0200
Subject: [PATCH] MycroftOS: Increase GPU memory assignment to 256MB
---
buildroot-external/board/raspberrypi/config.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildroot-external/board/raspberrypi/config.txt b/buildroot-external/board/raspberrypi/config.txt
index a1719da9..9509ea0a 100644
--- a/buildroot-external/board/raspberrypi/config.txt
+++ b/buildroot-external/board/raspberrypi/config.txt
@@ -22,6 +22,7 @@ dtoverlay=vc4-fkms-v3d
# How much memory in MB to assign to the GPU on Pi models having
# 256, 512 or 1024 MB total memory
+gpu_mem=256
gpu_mem_256=100
gpu_mem_512=100
gpu_mem_1024=100