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
This commit is contained in:
Warner Losh
2022-02-07 13:15:03 -07:00
parent 27e64c99e4
commit c00673ea1e
-5
View File
@@ -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