svn commit: r319698 - stable/11/release/arm
Glen Barber
gjb at FreeBSD.org
Thu Jun 8 15:47:53 UTC 2017
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}
More information about the svn-src-stable
mailing list