diff options
author | Herve Jourdain <herve.jourdain@neuf.fr> | 2016-07-21 20:32:10 +0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-09-21 16:51:17 +0100 |
commit | 824b78c4f06634e2a02c4526e13ecacbdfe929da (patch) | |
tree | 7dc5eb7eecf931688533c6f8cd2d3b875d626291 | |
parent | dfce95fa3da107971c4812327a14e66a3c60900c (diff) | |
download | meta-raspberrypi-824b78c4f06634e2a02c4526e13ecacbdfe929da.tar.gz |
raspberrypi2.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/raspberrypi2.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index d50ef70..3f13dc0 100644 --- a/conf/machine/raspberrypi2.conf +++ b/conf/machine/raspberrypi2.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_2_config" | 12 | UBOOT_MACHINE = "rpi_2_config" |
13 | VC4_CMA_SIZE ?= "cma-256" | ||
14 | |||