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 11:38:35 +0100 |
commit | 01b162388e38eb7f7bdd77e80e20454672f993f9 (patch) | |
tree | 1fe8abb0f6cf9306735d208ef2bcebd8b3e2662b | |
parent | 025a2025eab8fbea6273b5f4bedc73f1772582d5 (diff) | |
download | meta-raspberrypi-01b162388e38eb7f7bdd77e80e20454672f993f9.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 \ |