summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-11-14 23:15:37 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2012-11-27 22:42:40 +0200
commitb3a4e96cf93ca36aecd6570d02e8c7ae538278d1 (patch)
treefd2151f404335afd1085e370884d3e94d4fb2567
parente1e8477a7729e155af29b8bfb5940cf2c2126d5d (diff)
downloadmeta-raspberrypi-b3a4e96cf93ca36aecd6570d02e8c7ae538278d1.tar.gz
raspberrypi.conf: Remove RPI_GPU_FIRMWARE definition
We don't use this anymore as the memory split is now done from config.txt. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 775c8c1..6e95291 100644
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -12,7 +12,7 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg"
12 12
13SERIAL_CONSOLE = "115200 ttyAMA0" 13SERIAL_CONSOLE = "115200 ttyAMA0"
14 14
15MACHINE_KERNEL_PR = "r4" 15MACHINE_KERNEL_PR = "r5"
16 16
17XSERVER = " \ 17XSERVER = " \
18 xserver-xorg \ 18 xserver-xorg \
@@ -32,6 +32,3 @@ MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"
32MACHINE_EXTRA_RRECOMMENDS += " \ 32MACHINE_EXTRA_RRECOMMENDS += " \
33 kernel-modules \ 33 kernel-modules \
34" 34"
35
36# Set default GPU firmware image to be shipped
37RPI_GPU_FIRMWARE ?= "arm192"