diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-27 18:34:29 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-30 16:14:31 +0100 |
commit | e472f28af510772ab44932170ad366b47e25be9e (patch) | |
tree | 5bd92cce9feae9ae2a2264b547732906f66ae496 | |
parent | bb366e8b4e60fa9afb6994060976bd22fab2c09b (diff) | |
download | meta-raspberrypi-e472f28af510772ab44932170ad366b47e25be9e.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.inc | 2 |
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 | ||
42 | RPI_KERNEL_DEVICETREE ?= " \ | 42 | RPI_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 \ |