release: arm64: rpi3: Install the RPI3B+ DTB file

We should use the correct DTB file otherwise the firmware uses
the RPI3B one.

MFC after:	1 week
This commit is contained in:
Emmanuel Vadot 2019-02-04 18:29:23 +00:00
parent 0f166953f7
commit ee8a8076a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343749

View file

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