summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 13:33:45 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 20:55:01 +0300
commitb1331fce45b1368398761b9a7a8806928a14cba9 (patch)
tree098cea2f6d9ae4ac681a8d55adfb40beea59bc89 /conf
parent384ca9337352417db029ea18f83cc85e8d7c68df (diff)
downloadmeta-raspberrypi-b1331fce45b1368398761b9a7a8806928a14cba9.tar.gz
README: Move RPI_GPU_FIRMWARE instructions to README
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf')
-rwxr-xr-xconf/machine/raspberrypi.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index db47ee2..4fd5c8c 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -38,8 +38,5 @@ MACHINE_EXTRA_RRECOMMENDS += " \
38 kernel-modules \ 38 kernel-modules \
39" 39"
40 40
41# Set GPU firmware image to be used 41# Set default GPU firmware image to be shipped
42# arm128 : 128M ARM, 128M GPU split
43# arm192 : 192M ARM, 64M GPU split
44# arm224 : 224M ARM, 32M GPU split
45RPI_GPU_FIRMWARE ?= "arm192" 42RPI_GPU_FIRMWARE ?= "arm192"