From ee8a8076a2bedc9c0db6f2991b8e7fcaf559b09b Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Mon, 4 Feb 2019 18:29:23 +0000 Subject: 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 --- release/arm64/RPI3.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/arm64') diff --git a/release/arm64/RPI3.conf b/release/arm64/RPI3.conf index 22f5de3105e2..734d11f07fc9 100644 --- a/release/arm64/RPI3.conf +++ b/release/arm64/RPI3.conf @@ -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 -- cgit v1.2.3