From c00673ea1eed31cb1fcedd4a105562ddd4545f7c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 7 Feb 2022 13:15:03 -0700 Subject: [PATCH] nanobsd: Stop copying ubldr manu@ removed support for loading ubldr* from uboot last year. No need to copy them to the image. This may be needed for some 32-bit platforms in theory, but those platforms weren't ever the target for nanobsd that I'm aware of. Should there be platforms where this is used, we can add it to building those platforms. Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D34191 --- tools/tools/nanobsd/embedded/common | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common index 3b8faff5e25..2d60940038a 100644 --- a/tools/tools/nanobsd/embedded/common +++ b/tools/tools/nanobsd/embedded/common @@ -452,11 +452,6 @@ dos_boot_part ( ) ( chdir $f cp ${d}/* . - # Also copy ubldr. u-boot will load it and it will load the kernel - # from the ufs partition - cp ${NANO_WORLDDIR}/boot/ubldr . - cp ${NANO_WORLDDIR}/boot/ubldr.bin . - # We have to touch the saveenv file touch uEnv.txt