diff options
| -rw-r--r-- | conf/machine/raspberrypi.conf | 5 |
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 | ||
| 13 | SERIAL_CONSOLE = "115200 ttyAMA0" | 13 | SERIAL_CONSOLE = "115200 ttyAMA0" |
| 14 | 14 | ||
| 15 | MACHINE_KERNEL_PR = "r4" | 15 | MACHINE_KERNEL_PR = "r5" |
| 16 | 16 | ||
| 17 | XSERVER = " \ | 17 | XSERVER = " \ |
| 18 | xserver-xorg \ | 18 | xserver-xorg \ |
| @@ -32,6 +32,3 @@ MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | |||
| 32 | MACHINE_EXTRA_RRECOMMENDS += " \ | 32 | MACHINE_EXTRA_RRECOMMENDS += " \ |
| 33 | kernel-modules \ | 33 | kernel-modules \ |
| 34 | " | 34 | " |
| 35 | |||
| 36 | # Set default GPU firmware image to be shipped | ||
| 37 | RPI_GPU_FIRMWARE ?= "arm192" | ||
