release: rpi3: Copy the bcm2710 variant of the rpi2

This is the dtb intented to be used for booting RPI2 v1.2 in aarch64.
This commit is contained in:
Emmanuel Vadot 2020-11-22 18:42:08 +00:00
parent 3037002e33
commit 5321a88409
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#
DTB_DIR="/usr/local/share/rpi-firmware"
DTB="bcm2709-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2711-rpi-4-b.dtb"
DTB="bcm2710-rpi-2-b.dtb bcm2710-rpi-3-b.dtb bcm2710-rpi-3-b-plus.dtb bcm2711-rpi-4-b.dtb"
EMBEDDED_TARGET_ARCH="aarch64"
EMBEDDED_TARGET="arm64"
EMBEDDEDBUILD=1