Author: marius
Date: Fri Sep  1 19:11:47 2017
New Revision: 323113
URL: https://svnweb.freebsd.org/changeset/base/323113

Log:
  Fix a typo in the hard link creation for a WANDBOARD DTB file. Just
  like r322666 which introduced this bug, this is a direct commit to
  stable/10.
  
  Approved by:  re (kib)

Modified:
  stable/10/release/arm/WANDBOARD.conf

Modified: stable/10/release/arm/WANDBOARD.conf
==============================================================================
--- stable/10/release/arm/WANDBOARD.conf        Fri Sep  1 18:53:36 2017        
(r323112)
+++ stable/10/release/arm/WANDBOARD.conf        Fri Sep  1 19:11:47 2017        
(r323113)
@@ -33,7 +33,7 @@ arm_install_uboot() {
                ${FATMOUNT}/ubldr.bin
        chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6dl-wandboard.dtb \
                ${UFSMOUNT}/boot/dtb/imx6dl-wandboard-revb1.dtb
-       chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6q-wandboard.dtb
+       chroot ${CHROOTDIR} ln ${UFSMOUNT}/boot/dtb/imx6q-wandboard.dtb \
                ${UFSMOUNT}/boot/dtb/imx6q-wandboard-revb1.dtb
        chroot ${CHROOTDIR} touch ${UFSMOUNT}/firstboot
        sync
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to