diff options
author | Herve Jourdain <herve.jourdain@neuf.fr> | 2016-07-21 20:32:08 +0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-09-21 16:51:12 +0100 |
commit | 224b9e9a393f6ff637571273d6a259f923df9cde (patch) | |
tree | 84ad6c5a93109be7fa1b2f283cd1541b45a97df0 | |
parent | 0035bc8d80dbd0b6163a5b15c29bea778ac46f58 (diff) | |
download | meta-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.conf | 2 |
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 | |||
10 | SERIAL_CONSOLE = "115200 ttyAMA0" | 10 | SERIAL_CONSOLE = "115200 ttyAMA0" |
11 | 11 | ||
12 | UBOOT_MACHINE = "rpi_config" | 12 | UBOOT_MACHINE = "rpi_config" |
13 | VC4_CMA_SIZE_raspberrypi ?= "cma-64" | ||
14 | |||