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)
This commit is contained in:
Marius Strobl 2017-09-01 19:11:47 +00:00
parent b5178cc580
commit 59249af5f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=323113

View File

@ -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