Author: gjb
Date: Thu Jun  8 15:47:52 2017
New Revision: 319698
URL: https://svnweb.freebsd.org/changeset/base/319698

Log:
  MFC r319603, r319608, r319609:
  
   Create a hard link for sun7i-a20-cubieboard2.dtb to allow the
   cubieboard2 to find the correct dtb file.
  
  Note: r319608 and r319609 are included, but are no-op changes to
  the original change, and only included to prevent these commits
  from showing up on the MFC tracking page.
  
  Approved by:  re (marius)
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/11/release/arm/CUBIEBOARD2.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/release/arm/CUBIEBOARD2.conf
==============================================================================
--- stable/11/release/arm/CUBIEBOARD2.conf      Thu Jun  8 14:34:39 2017        
(r319697)
+++ stable/11/release/arm/CUBIEBOARD2.conf      Thu Jun  8 15:47:52 2017        
(r319698)
@@ -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}
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to