summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-03-29 11:48:57 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-03-29 11:49:40 +0100
commit0059905a9047293f741ada3ceeba28b7d7461dbd (patch)
tree85473e0a429ecaf30c2ae3b29dde21c953d9466e
parentc717e7359a7079cb0fc8adebd8e8e3525638df1a (diff)
downloadmeta-raspberrypi-0059905a9047293f741ada3ceeba28b7d7461dbd.tar.gz
rpi-base.inc: Add Raspberry Pi 3B+ dtb
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-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 8042d65..d2f2baa 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -20,6 +20,7 @@ KERNEL_DEVICETREE ?= " \
20 bcm2708-rpi-b-plus.dtb \ 20 bcm2708-rpi-b-plus.dtb \
21 bcm2709-rpi-2-b.dtb \ 21 bcm2709-rpi-2-b.dtb \
22 bcm2710-rpi-3-b.dtb \ 22 bcm2710-rpi-3-b.dtb \
23 bcm2710-rpi-3-b-plus.dtb \
23 bcm2708-rpi-cm.dtb \ 24 bcm2708-rpi-cm.dtb \
24 bcm2710-rpi-cm3.dtb \ 25 bcm2710-rpi-cm3.dtb \
25 \ 26 \