From dfce95fa3da107971c4812327a14e66a3c60900c Mon Sep 17 00:00:00 2001 From: Herve Jourdain Date: Thu, 21 Jul 2016 20:32:09 +0800 Subject: raspberrypi0.conf: set the default value of VC4_CMA_SIZE to support vc4graphics Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi0.conf | 2 ++ 1 file changed, 2 insertions(+) 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}" include conf/machine/raspberrypi.conf SERIAL_CONSOLE = "115200 ttyAMA0" +VC4_CMA_SIZE ?= "cma-128" + -- cgit v1.2.3-54-g00ecf