summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-03-28 14:47:34 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-03-29 11:05:57 +0100
commitd5f252ef23a63518b695bc4597c1aa061f5ed21e (patch)
treefdf48105c931b20f5ef6e1993d9821926e16e19b
parent9209f20c7a586320fc103d8274ae78f3e0d132ff (diff)
downloadmeta-raspberrypi-d5f252ef23a63518b695bc4597c1aa061f5ed21e.tar.gz
raspberrypi3.conf: Use linux-firmware-raspbian packages and add bcm43455
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--conf/machine/raspberrypi3.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
index a1c45b0..61c60e6 100644
--- a/conf/machine/raspberrypi3.conf
+++ b/conf/machine/raspberrypi3.conf
@@ -6,7 +6,7 @@ DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6require conf/machine/include/tune-cortexa7.inc 6require conf/machine/include/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc 7include conf/machine/include/rpi-base.inc
8 8
9MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" 9MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-raspbian-bcm43430 linux-firmware-raspbian-bcm43455"
10 10
11SDIMG_KERNELIMAGE ?= "kernel7.img" 11SDIMG_KERNELIMAGE ?= "kernel7.img"
12UBOOT_MACHINE = "rpi_3_32b_config" 12UBOOT_MACHINE = "rpi_3_32b_config"