mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Do not rename u-boot.img file when copying to the FAT partition.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ac1401b2c3
commit
c2b4ad660a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-arm-redux/; revision=282590
@ -19,7 +19,7 @@ arm_install_uboot() {
|
||||
FDT_DIR="${CHROOTDIR}/${WORLDIR}/sys/boot/fdt/dts/arm"
|
||||
chroot ${CHROOTDIR} mount_msdosfs /dev/${mddev}s1 ${DESTDIR}
|
||||
cp -p ${UBOOT_DIR}/MLO ${CHROOTDIR}/${DESTDIR}/MLO
|
||||
cp -p ${UBOOT_DIR}/u-boot.img ${CHROOTDIR}/${DESTDIR}/bb-uboot.img
|
||||
cp -p ${UBOOT_DIR}/u-boot.img ${CHROOTDIR}/${DESTDIR}/u-boot.img
|
||||
cp -p ${FDT_DIR}/beaglebone.dts ${CHROOTDIR}/${DESTDIR}/bbone.dts
|
||||
cp -p ${FDT_DIR}/beaglebone.dts ${CHROOTDIR}/${DESTDIR}/bbone.dtb
|
||||
cp -p ${FDT_DIR}/beaglebone-black.dts ${CHROOTDIR}/${DESTDIR}/bboneblk.dts
|
||||
|
Loading…
Reference in New Issue
Block a user