diff options
author | Herve Jourdain <herve.jourdain@neuf.fr> | 2016-07-21 20:32:09 +0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-09-21 16:51:16 +0100 |
commit | dfce95fa3da107971c4812327a14e66a3c60900c (patch) | |
tree | c6c6f3645b720713ec927ca17c4fb1073fa20a27 | |
parent | 224b9e9a393f6ff637571273d6a259f923df9cde (diff) | |
download | meta-raspberrypi-dfce95fa3da107971c4812327a14e66a3c60900c.tar.gz |
raspberrypi0.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/raspberrypi0.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf index ccf9ae7..0df9121 100644 --- a/conf/machine/raspberrypi0.conf +++ b/conf/machine/raspberrypi0.conf | |||
@@ -6,3 +6,5 @@ MACHINEOVERRIDES = "raspberrypi:${MACHINE}" | |||
6 | include conf/machine/raspberrypi.conf | 6 | include conf/machine/raspberrypi.conf |
7 | 7 | ||
8 | SERIAL_CONSOLE = "115200 ttyAMA0" | 8 | SERIAL_CONSOLE = "115200 ttyAMA0" |
9 | VC4_CMA_SIZE ?= "cma-128" | ||
10 | |||