summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-04-14 21:11:49 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-17 13:20:10 +0100
commite9a4bf9ef5d969cc8674af5cb05b700be9ade7e7 (patch)
tree293a9b0f838f96dd512d9be26c4cbd7709a4c6f5
parent19e9381dbcc379ee97c32ce8b5f01a4af7de6d6e (diff)
downloadmeta-raspberrypi-e9a4bf9ef5d969cc8674af5cb05b700be9ade7e7.tar.gz
rpi-base.inc: Include dtb for RPI0 WiFi
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/include/rpi-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index e069e70..dc98099 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -14,6 +14,7 @@ XSERVER = " \
14 " 14 "
15 15
16KERNEL_DEVICETREE ?= " \ 16KERNEL_DEVICETREE ?= " \
17 bcm2708-rpi-0-w.dtb \
17 bcm2708-rpi-b.dtb \ 18 bcm2708-rpi-b.dtb \
18 bcm2708-rpi-b-plus.dtb \ 19 bcm2708-rpi-b-plus.dtb \
19 bcm2709-rpi-2-b.dtb \ 20 bcm2709-rpi-2-b.dtb \