release/RPI: Add RPI Zero 2W device tree blob dtb

Enable Pi 02W support on the release SD card images by including the
device tree.

PR:		278816
MFC after:	3 days
Approved by:	cperciva (re)
This commit is contained in:
Yoshiro MIHIRA
2025-10-06 16:54:08 +09:00
committed by Alexander Ziaee
parent ab0329e6eb
commit e41e099ef1
+3 -2
View File
@@ -3,8 +3,9 @@
#
DTB_DIR="/usr/local/share/rpi-firmware"
DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2710-rpi-cm3.dtb \
bcm2711-rpi-4-b.dtb bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb"
DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb \
bcm2710-rpi-cm3.dtb bcm2710-rpi-zero-2-w.dtb bcm2711-rpi-4-b.dtb \
bcm2711-rpi-cm4-io.dtb bcm2711-rpi-cm4.dtb"
EMBEDDED_TARGET_ARCH="aarch64"
EMBEDDED_TARGET="arm64"
EMBEDDEDBUILD=1