summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-02 01:01:02 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-02 18:30:24 +0300
commitf0d4934ed84a6334944c92184878862de12172c8 (patch)
tree3d0d8d11cdabd1367425433c19d53ecd98294c8f
parent53eecaf2e9317fe36119865add93503cb819b895 (diff)
downloadmeta-raspberrypi-f0d4934ed84a6334944c92184878862de12172c8.tar.gz
raspberrypi.conf: Add variable to set GPU firmware image to be used
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-xconf/machine/raspberrypi.conf6
1 files changed, 6 insertions, 0 deletions
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 += " \
34 kernel-modules \ 34 kernel-modules \
35 bcm2835-kernel-image \ 35 bcm2835-kernel-image \
36" 36"
37
38# Set GPU firmware image to be used
39# arm128 : 128M ARM, 128M GPU split
40# arm192 : 192M ARM, 64M GPU split
41# arm224 : 224M ARM, 32M GPU split
42RPI_GPU_FIRMWARE ?= "arm192"