summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-06-08 15:47:52 +0000
committergjb <gjb@FreeBSD.org>2017-06-08 15:47:52 +0000
commit564fc3a6d447d78185ea3ebbe8959e9a65531ae5 (patch)
treeb491cdd0311e10496b9259fe5952d8e2ac8f4f4d /release
parent6c89ebbbedc75d85a8a164f913018a0c36566280 (diff)
downloadFreeBSD-src-564fc3a6d447d78185ea3ebbe8959e9a65531ae5.zip
FreeBSD-src-564fc3a6d447d78185ea3ebbe8959e9a65531ae5.tar.gz
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
Diffstat (limited to 'release')
-rw-r--r--release/arm/CUBIEBOARD2.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/arm/CUBIEBOARD2.conf b/release/arm/CUBIEBOARD2.conf
index e7cfab6..a170214 100644
--- a/release/arm/CUBIEBOARD2.conf
+++ b/release/arm/CUBIEBOARD2.conf
@@ -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}
OpenPOWER on IntegriCloud