summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"