mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
53eecaf2e9
commit
f0d4934ed8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user