From c2b4ad660a676bbdb1ee02ef22c016f9f6cedf41 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 7 May 2015 17:48:19 +0000 Subject: [PATCH] Do not rename u-boot.img file when copying to the FAT partition. Sponsored by: The FreeBSD Foundation --- release/arm/BEAGLEBONE.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/arm/BEAGLEBONE.conf b/release/arm/BEAGLEBONE.conf index 2ac7e15979d..da18ff1cc9a 100644 --- a/release/arm/BEAGLEBONE.conf +++ b/release/arm/BEAGLEBONE.conf @@ -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 -- 2.45.2