Module Name: src
Committed By: martin
Date: Mon Feb 10 19:14:03 UTC 2020
Modified Files:
src/usr.bin/mkubootimage [netbsd-9]: mkubootimage.c
Log Message:
Pull up following revision(s) (requested by ryo in ticket #690):
usr.bin/mkubootimage/mkubootimage.c: revision 1.30
arm64_image_header->image_size must be included size of arm64_image_header.
with -u option, image_size should be binary (file) size (header included).
without -u option, image_size should be binary (file) size + header size.
To generate a diff of this commit:
cvs rdiff -u -r1.24.6.2 -r1.24.6.3 src/usr.bin/mkubootimage/mkubootimage.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.