summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-07-16 17:05:46 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-07-16 19:52:15 +0100
commit6888a49ae84445136d138087290efcf6793c4149 (patch)
tree963624fda0c7abb86beb5c5ea7a04ff8cecba73e
parent0359c9714ce3c304abaf18c238be3a7317890362 (diff)
downloadmeta-raspberrypi-6888a49ae84445136d138087290efcf6793c4149.tar.gz
raspberrypi3-64.conf: Include cm3 dtb
Add the CM3 dtb in the boot partition so we can boot this board as well with this machine. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--conf/machine/raspberrypi3-64.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf
index fa960fd..6c1e02a 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/raspberrypi3-64.conf
@@ -17,6 +17,7 @@ include conf/machine/include/rpi-base.inc
17KERNEL_DEVICETREE = " \ 17KERNEL_DEVICETREE = " \
18 broadcom/bcm2710-rpi-3-b.dtb \ 18 broadcom/bcm2710-rpi-3-b.dtb \
19 broadcom/bcm2710-rpi-3-b-plus.dtb \ 19 broadcom/bcm2710-rpi-3-b-plus.dtb \
20 broadcom/bcm2710-rpi-cm3.dtb \
20 broadcom/bcm2837-rpi-3-b.dtb \ 21 broadcom/bcm2837-rpi-3-b.dtb \
21 \ 22 \
22 overlays/hifiberry-amp.dtbo \ 23 overlays/hifiberry-amp.dtbo \