diff options
author | piotr.lewicki <piotr.lewicki@elfin.de> | 2016-11-15 09:21:28 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-11-16 12:53:58 +0100 |
commit | 44d41bf3e94c4c8fe5ad5a3650572c8d17ef36c9 (patch) | |
tree | 0041059640cef26db0c99f25c7885e6460179e23 | |
parent | 6bd1bfe472ea491c0edeb7c854d1c0cc5192afeb (diff) | |
download | meta-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.conf | 2 |
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 | ||
5 | MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" | 5 | MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" |
6 | 6 | ||
7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430" | 7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" |
8 | 8 | ||
9 | include conf/machine/raspberrypi2.conf | 9 | include conf/machine/raspberrypi2.conf |
10 | 10 | ||