summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2017-09-01 19:11:47 +0000
committermarius <marius@FreeBSD.org>2017-09-01 19:11:47 +0000
commit0eded4b25dbd3ea70640a2ed72755c4ff95b31c9 (patch)
treeeee86d0fb6053f3b12a4986ea261acdc4491019f
parent3d2fe3fb3357878a72caad52c159a8f94a34e351 (diff)
downloadFreeBSD-src-0eded4b25dbd3ea70640a2ed72755c4ff95b31c9.zip
FreeBSD-src-0eded4b25dbd3ea70640a2ed72755c4ff95b31c9.tar.gz
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)
-rw-r--r--release/arm/WANDBOARD.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/arm/WANDBOARD.conf b/release/arm/WANDBOARD.conf
index 02e40809..a73e7d1 100644
--- a/release/arm/WANDBOARD.conf
+++ b/release/arm/WANDBOARD.conf
@@ -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
OpenPOWER on IntegriCloud