From 6f92a4da663840476b7c83fcdcc3ba063553b83c Mon Sep 17 00:00:00 2001 From: gjb Date: Tue, 29 Sep 2015 16:09:59 +0000 Subject: In addition to the ubldr file, also copy ubldr.bin to the MS-DOS partition. This will help with transitioning to a single arm/armv6 userland build which could be used for all FreeBSD/armv6 images without UBLDR_LOADADDR being set for each board (ultimately requiring a separate buildworld for each currently). Requested by: ian MFC after: 3 days Sponsored by: The FreeBSD Foundation --- release/arm/RPI-B.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release/arm/RPI-B.conf') diff --git a/release/arm/RPI-B.conf b/release/arm/RPI-B.conf index e5abaab..b97b7d0 100644 --- a/release/arm/RPI-B.conf +++ b/release/arm/RPI-B.conf @@ -30,6 +30,8 @@ arm_install_uboot() { ${FATMOUNT}/${_UF} done chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr ${FATMOUNT}/ubldr + chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr.bin \ + ${FATMOUNT}/ubldr.bin chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/dtb/rpi.dtb \ ${FATMOUNT}/rpi.dtb chroot ${CHROOTDIR} touch ${UFSMOUNT}/firstboot -- cgit v1.1