summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr.lewicki <piotr.lewicki@elfin.de>2016-11-15 09:21:28 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2016-11-16 12:53:58 +0100
commit44d41bf3e94c4c8fe5ad5a3650572c8d17ef36c9 (patch)
tree0041059640cef26db0c99f25c7885e6460179e23
parent6bd1bfe472ea491c0edeb7c854d1c0cc5192afeb (diff)
downloadmeta-raspberrypi-44d41bf3e94c4c8fe5ad5a3650572c8d17ef36c9.tar.gz
raspberrypi3.conf: fix typo for BCM43430
Signed-off-by: Piotr Lewicki <piotr.lewicki@elfin.de>
-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 438c6e6..9820209 100644
--- a/conf/machine/raspberrypi3.conf
+++ b/conf/machine/raspberrypi3.conf
@@ -4,7 +4,7 @@
4 4
5MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" 5MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
6 6
7MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430" 7MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
8 8
9include conf/machine/raspberrypi2.conf 9include conf/machine/raspberrypi2.conf
10 10