From f0d4934ed84a6334944c92184878862de12172c8 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 2 Jul 2012 01:01:02 +0300 Subject: raspberrypi.conf: Add variable to set GPU firmware image to be used Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index e089f4f..4508a42 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -34,3 +34,9 @@ MACHINE_EXTRA_RRECOMMENDS += " \ kernel-modules \ bcm2835-kernel-image \ " + +# Set GPU firmware image to be used +# arm128 : 128M ARM, 128M GPU split +# arm192 : 192M ARM, 64M GPU split +# arm224 : 224M ARM, 32M GPU split +RPI_GPU_FIRMWARE ?= "arm192" -- cgit v1.2.3-54-g00ecf