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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user