From 56b0c59894f2a62c7b25c0c44a1639dbb80324ea Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 20 Jan 2017 18:45:41 +0100 Subject: [PATCH] rpi-base.inc: Include dtb file for CM1 and CM3 Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 9f20663..e069e70 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -13,12 +13,13 @@ XSERVER = " \ ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ " -# Really supported starting from linux-raspberrypi 3.18.y only KERNEL_DEVICETREE ?= " \ bcm2708-rpi-b.dtb \ bcm2708-rpi-b-plus.dtb \ bcm2709-rpi-2-b.dtb \ bcm2710-rpi-3-b.dtb \ + bcm2708-rpi-cm.dtb \ + bcm2710-rpi-cm3.dtb \ \ overlays/hifiberry-amp.dtbo \ overlays/hifiberry-dac.dtbo \