diff options
author | Jonathan Liu <net147@gmail.com> | 2016-11-05 14:56:58 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-11-08 09:34:47 +0100 |
commit | ab39653ed0d80f3e3f993d53c757010d1afd6688 (patch) | |
tree | 559d781e547b2b8497d1e14e40d8ae0dfbaa480b | |
parent | 17a6933adfc7bdf4e7e18dcc9d59e35718620fd4 (diff) | |
download | meta-raspberrypi-ab39653ed0d80f3e3f993d53c757010d1afd6688.tar.gz |
rpi-base.inc: Include pi3-disable-bt-overlay.dtb
This is used to disable Bluetooth and restore the serial console.
Signed-off-by: Jonathan Liu <net147@gmail.com>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 995b62a..497dd29 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.dtbo \ | 36 | overlays/rpi-ft5406.dtbo \ |
37 | overlays/w1-gpio.dtbo \ | 37 | overlays/w1-gpio.dtbo \ |
38 | overlays/w1-gpio-pullup.dtbo \ | 38 | overlays/w1-gpio-pullup.dtbo \ |
39 | overlays/pi3-disable-bt.dtbo \ | ||
39 | overlays/pi3-miniuart-bt.dtbo \ | 40 | overlays/pi3-miniuart-bt.dtbo \ |
40 | overlays/vc4-kms-v3d.dtbo \ | 41 | overlays/vc4-kms-v3d.dtbo \ |
41 | " | 42 | " |