summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f64bc9d..56ca83e 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -36,6 +36,7 @@ KERNEL_DEVICETREE ?= " \
36 overlays/rpi-ft5406-overlay.dtb \ 36 overlays/rpi-ft5406-overlay.dtb \
37 overlays/w1-gpio-overlay.dtb \ 37 overlays/w1-gpio-overlay.dtb \
38 overlays/w1-gpio-pullup-overlay.dtb \ 38 overlays/w1-gpio-pullup-overlay.dtb \
39 overlays/pi3-miniuart-bt-overlay.dtb \
39 " 40 "
40KERNEL_IMAGETYPE ?= "Image" 41KERNEL_IMAGETYPE ?= "Image"
41 42