git: 4e46c6fb35b3 - main - release: Don't install ubldr.bin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Feb 2022 20:20:04 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=4e46c6fb35b3d5803f10c5edb5dabaf3cc308517
commit 4e46c6fb35b3d5803f10c5edb5dabaf3cc308517
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-02-07 20:16:15 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-02-07 20:19:20 +0000
release: Don't install ubldr.bin
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
---
release/tools/arm.subr | 5 -----
1 file changed, 5 deletions(-)
diff --git a/release/tools/arm.subr b/release/tools/arm.subr
index 89b52077e836..e73a6c0e6ff7 100644
--- a/release/tools/arm.subr
+++ b/release/tools/arm.subr
@@ -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 \