summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerve Jourdain <herve.jourdain@neuf.fr>2016-07-21 20:32:08 +0800
committerAndrei Gherzan <andrei@gherzan.ro>2016-09-21 16:51:12 +0100
commit224b9e9a393f6ff637571273d6a259f923df9cde (patch)
tree84ad6c5a93109be7fa1b2f283cd1541b45a97df0
parent0035bc8d80dbd0b6163a5b15c29bea778ac46f58 (diff)
downloadmeta-raspberrypi-224b9e9a393f6ff637571273d6a259f923df9cde.tar.gz
raspberrypi.conf: set the default value of VC4_CMA_SIZE to support vc4graphics
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
-rw-r--r--conf/machine/raspberrypi.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 72beeb8..df8194c 100644
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -10,3 +10,5 @@ include conf/machine/include/rpi-base.inc
10SERIAL_CONSOLE = "115200 ttyAMA0" 10SERIAL_CONSOLE = "115200 ttyAMA0"
11 11
12UBOOT_MACHINE = "rpi_config" 12UBOOT_MACHINE = "rpi_config"
13VC4_CMA_SIZE_raspberrypi ?= "cma-64"
14