Fix the source path for the cubieboard2 dtb hard link.

MFC after:	3 days
MFC with:	r319603
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-06-05 19:41:06 +00:00
parent 3e78e98337
commit 9d349b6fc0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319608

View File

@ -30,7 +30,7 @@ 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 \
chroot ${CHROOTDIR} ln /boot/dtb/cubieboard2.dtb \
${UFSMOUNT}/boot/dtb/sun7i-a20-cubieboard2.dtb
chroot ${CHROOTDIR} touch ${UFSMOUNT}/firstboot
sync