diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2012-11-14 23:15:37 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-11-27 22:42:40 +0200 |
| commit | b3a4e96cf93ca36aecd6570d02e8c7ae538278d1 (patch) | |
| tree | fd2151f404335afd1085e370884d3e94d4fb2567 | |
| parent | e1e8477a7729e155af29b8bfb5940cf2c2126d5d (diff) | |
| download | meta-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.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" | ||
