Module Name: src Committed By: tsutsui Date: Sat Jan 18 09:07:14 UTC 2025
Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: FAT (for ESP) is always LE so "-B endian" for makefs(8) is not necessary. (not sure if there is any "EFI on big endian CPU" system though) To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/distrib/common/bootimage/Makefile.bootimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/common/bootimage/Makefile.bootimage diff -u src/distrib/common/bootimage/Makefile.bootimage:1.43 src/distrib/common/bootimage/Makefile.bootimage:1.44 --- src/distrib/common/bootimage/Makefile.bootimage:1.43 Fri Jan 10 18:11:56 2025 +++ src/distrib/common/bootimage/Makefile.bootimage Sat Jan 18 09:07:14 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bootimage,v 1.43 2025/01/10 18:11:56 tsutsui Exp $ +# $NetBSD: Makefile.bootimage,v 1.44 2025/01/18 09:07:14 tsutsui Exp $ # # Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved. # @@ -519,7 +519,6 @@ ${WORKEFI}: ${TARGETFS} .endfor ${RM} -f ${WORKEFI} ${TOOL_MAKEFS} -M ${EFIMB}m -m ${EFIMB}m \ - -B ${TARGET_ENDIANNESS} \ ${MAKEFS_TIMESTAMP} \ -t msdos -o F=32,c=1 \ ${WORKEFI} ${EFIWORKDIR}