From cf26c996ffedf6bd6ee7c69ff994c7bb05fa55be Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 16 Jul 2018 17:05:46 +0100 Subject: [PATCH] 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 --- conf/machine/raspberrypi3-64.conf | 1 + 1 file changed, 1 insertion(+) 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 KERNEL_DEVICETREE = " \ broadcom/bcm2710-rpi-3-b.dtb \ broadcom/bcm2710-rpi-3-b-plus.dtb \ + broadcom/bcm2710-rpi-cm3.dtb \ broadcom/bcm2837-rpi-3-b.dtb \ \ overlays/hifiberry-amp.dtbo \