summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi3.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/raspberrypi3.conf')
-rw-r--r--conf/machine/raspberrypi3.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf
index 61c60e6..8b5cce5 100644
--- a/conf/machine/raspberrypi3.conf
+++ b/conf/machine/raspberrypi3.conf
@@ -6,7 +6,12 @@ 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-raspbian-bcm43430 linux-firmware-raspbian-bcm43455" 9MACHINE_EXTRA_RRECOMMENDS += "\
10 linux-firmware-bcm43430 \
11 linux-firmware-bcm43455 \
12 linux-firmware-bcm43430a1-hcd \
13 linux-firmware-bcm4345c0-hcd \
14"
10 15
11SDIMG_KERNELIMAGE ?= "kernel7.img" 16SDIMG_KERNELIMAGE ?= "kernel7.img"
12UBOOT_MACHINE = "rpi_3_32b_config" 17UBOOT_MACHINE = "rpi_3_32b_config"