diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-07 08:49:58 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-08 22:32:06 +0100 |
commit | 9ad10694b7d3f1a1ab13239b0afda8c5599066e1 (patch) | |
tree | 1fe8abb0f6cf9306735d208ef2bcebd8b3e2662b | |
parent | a66469d2f73ed30d8c064e15406d64ae380359c2 (diff) | |
download | meta-raspberrypi-9ad10694b7d3f1a1ab13239b0afda8c5599066e1.tar.gz |
rpi-base: Drop old dtbo names
pi3-disable-bt is renamed to disable-bt and pi3-miniuart-bt is renamed
to miniuart-bt in 2014, now with 5.4 these are not recognised anymore
and miniuart-bt and disable-bt are already part of RPI_KERNEL_DEVICETREE_OVERLAYS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 46dfe8c..c5ae968 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -28,8 +28,6 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ | |||
28 | overlays/iqaudio-dacplus.dtbo \ | 28 | overlays/iqaudio-dacplus.dtbo \ |
29 | overlays/miniuart-bt.dtbo \ | 29 | overlays/miniuart-bt.dtbo \ |
30 | overlays/mcp2515-can0.dtbo \ | 30 | overlays/mcp2515-can0.dtbo \ |
31 | overlays/pi3-disable-bt.dtbo \ | ||
32 | overlays/pi3-miniuart-bt.dtbo \ | ||
33 | overlays/pitft22.dtbo \ | 31 | overlays/pitft22.dtbo \ |
34 | overlays/pitft28-resistive.dtbo \ | 32 | overlays/pitft28-resistive.dtbo \ |
35 | overlays/pitft28-capacitive.dtbo \ | 33 | overlays/pitft28-capacitive.dtbo \ |