From b3a4e96cf93ca36aecd6570d02e8c7ae538278d1 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 14 Nov 2012 23:15:37 +0200 Subject: 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 --- conf/machine/raspberrypi.conf | 5 +---- 1 file changed, 1 insertion(+), 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" SERIAL_CONSOLE = "115200 ttyAMA0" -MACHINE_KERNEL_PR = "r4" +MACHINE_KERNEL_PR = "r5" XSERVER = " \ xserver-xorg \ @@ -32,6 +32,3 @@ MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" MACHINE_EXTRA_RRECOMMENDS += " \ kernel-modules \ " - -# Set default GPU firmware image to be shipped -RPI_GPU_FIRMWARE ?= "arm192" -- cgit v1.2.3-54-g00ecf