Skip to content

Commit

Permalink
release: Don't install ubldr.bin
Browse files Browse the repository at this point in the history
ubldr.bin was obsoleted by our uboot ports last year, so this is
completely unused in the default config (some customers still use
it, but that's not relevant to this script). Don't copy it at all
since it won't be used for re@ produced images.

Sponsored by:		Netflix
Reviewed by:		kevans, gjb (re@)
Differential Revision:	https://reviews.freebsd.org/D34192
  • Loading branch information
bsdimp committed Feb 7, 2022
1 parent c00673e commit 4e46c6f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release/tools/arm.subr
Expand Up @@ -244,11 +244,6 @@ arm_install_boot() {
chroot ${CHROOTDIR} mount_msdosfs ${dospart} ${FATMOUNT}
chroot ${CHROOTDIR} mount ${ufspart} ${UFSMOUNT}

if [ "${EMBEDDED_TARGET}" = "arm" ]; then
chroot ${CHROOTDIR} cp -p ${UFSMOUNT}/boot/ubldr.bin \
${FATMOUNT}/ubldr.bin
fi

BOOTFILES="$(chroot ${CHROOTDIR} \
env TARGET=${EMBEDDED_TARGET} TARGET_ARCH=${EMBEDDED_TARGET_ARCH} \
WITH_UNIFIED_OBJDIR=yes \
Expand Down

0 comments on commit 4e46c6f

Please sign in to comment.