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:
parent
3e78e98337
commit
9d349b6fc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user