summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-06-27 18:34:29 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit174fafd16b0c8f7a8594c9472b41262dec632f31 (patch)
tree84de688087f43a58843dd717f5a2910eb9d51f97
parente6a52cd548e18cb83aec35cec1c7f5fc0c44b688 (diff)
downloadmeta-raspberrypi-174fafd16b0c8f7a8594c9472b41262dec632f31.tar.gz
rpi-base: Rename the rpi0w dtb
This change is following the rename in the kernel: commit 6f91b5dbfdb62a434571a73f2dc15181963e3bea Author: Phil Elwell <phil@raspberrypi.org> Date: Tue May 28 16:36:04 2019 +0100 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 83f8e47..a120656 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -40,7 +40,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
40 " 40 "
41 41
42RPI_KERNEL_DEVICETREE ?= " \ 42RPI_KERNEL_DEVICETREE ?= " \
43 bcm2708-rpi-0-w.dtb \ 43 bcm2708-rpi-zero-w.dtb \
44 bcm2708-rpi-b.dtb \ 44 bcm2708-rpi-b.dtb \
45 bcm2708-rpi-b-plus.dtb \ 45 bcm2708-rpi-b-plus.dtb \
46 bcm2709-rpi-2-b.dtb \ 46 bcm2709-rpi-2-b.dtb \