raspberrypi.conf: Add variable to set GPU firmware image to be used

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan 2012-07-02 01:01:02 +03:00
parent 53eecaf2e9
commit f0d4934ed8

View File

@ -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"