From 824b78c4f06634e2a02c4526e13ecacbdfe929da Mon Sep 17 00:00:00 2001 From: Herve Jourdain Date: Thu, 21 Jul 2016 20:32:10 +0800 Subject: raspberrypi2.conf: set the default value of VC4_CMA_SIZE to support vc4graphics Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi2.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') 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 SERIAL_CONSOLE = "115200 ttyAMA0" UBOOT_MACHINE = "rpi_2_config" +VC4_CMA_SIZE ?= "cma-256" + -- cgit v1.2.3-54-g00ecf