svn commit: r319603 - head/release/arm

Glen Barber gjb at FreeBSD.org
Mon Jun 5 17:05:08 UTC 2017


Author: gjb
Date: Mon Jun  5 17:05:06 2017
New Revision: 319603
URL: https://svnweb.freebsd.org/changeset/base/319603

Log:
  Create a hard link for sun7i-a20-cubieboard2.dtb to allow the
  cubieboard2 to find the correct dtb file.
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/arm/CUBIEBOARD2.conf

Modified: head/release/arm/CUBIEBOARD2.conf
==============================================================================
--- head/release/arm/CUBIEBOARD2.conf	Mon Jun  5 16:00:10 2017	(r319602)
+++ head/release/arm/CUBIEBOARD2.conf	Mon Jun  5 17:05:06 2017	(r319603)
@@ -30,6 +30,8 @@ arm_install_uboot() {
 	chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr ${FATMOUNT}/ubldr
 	chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr.bin \
 		${FATMOUNT}/ubldr.bin
+	chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/cubieboard2.dtb \
+		${UFSMOUNT}/boot/dtb/sun7i-a20-cubieboard2.dtb
 	chroot ${CHROOTDIR} touch ${UFSMOUNT}/firstboot
 	sync
 	umount_loop ${CHROOTDIR}/${FATMOUNT}


More information about the svn-src-head mailing list