summaryrefslogtreecommitdiffstats
path: root/release/arm/RPI-B.conf
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-09-29 16:09:59 +0000
committergjb <gjb@FreeBSD.org>2015-09-29 16:09:59 +0000
commit6f92a4da663840476b7c83fcdcc3ba063553b83c (patch)
treebd2838ae47dbb924a8e7520413bb6b0ee4666113 /release/arm/RPI-B.conf
parent2b6ac44d5d1daf1a746ac5b9a9c426b621aaa82b (diff)
downloadFreeBSD-src-6f92a4da663840476b7c83fcdcc3ba063553b83c.zip
FreeBSD-src-6f92a4da663840476b7c83fcdcc3ba063553b83c.tar.gz
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
Diffstat (limited to 'release/arm/RPI-B.conf')
-rw-r--r--release/arm/RPI-B.conf2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud