diff options
author | Herve Jourdain <herve.jourdain@neuf.fr> | 2016-07-21 20:32:11 +0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-09-21 16:51:19 +0100 |
commit | 5d2722c33b16b7661c5dfa62ffe8e849485ee600 (patch) | |
tree | 3acc821c3f32a682aa96b2ea8a80bbd1eecf0ed2 | |
parent | 824b78c4f06634e2a02c4526e13ecacbdfe929da (diff) | |
download | meta-raspberrypi-5d2722c33b16b7661c5dfa62ffe8e849485ee600.tar.gz |
raspberrypi3.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/raspberrypi3.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index cb6056e..438c6e6 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf | |||
@@ -9,3 +9,5 @@ MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430" | |||
9 | include conf/machine/raspberrypi2.conf | 9 | include conf/machine/raspberrypi2.conf |
10 | 10 | ||
11 | SERIAL_CONSOLE = "115200 ttyS0" | 11 | SERIAL_CONSOLE = "115200 ttyS0" |
12 | VC4_CMA_SIZE ?= "cma-256" | ||
13 | |||