svn commit: r343749 - head/release/arm64

Emmanuel Vadot manu at FreeBSD.org
Mon Feb 4 18:29:24 UTC 2019


Author: manu
Date: Mon Feb  4 18:29:23 2019
New Revision: 343749
URL: https://svnweb.freebsd.org/changeset/base/343749

Log:
  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

Modified:
  head/release/arm64/RPI3.conf

Modified: head/release/arm64/RPI3.conf
==============================================================================
--- head/release/arm64/RPI3.conf	Mon Feb  4 18:07:03 2019	(r343748)
+++ head/release/arm64/RPI3.conf	Mon Feb  4 18:29:23 2019	(r343749)
@@ -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


More information about the svn-src-all mailing list