mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
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:
parent
b5178cc580
commit
59249af5f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=323113
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user