Subject: CVS commit: src/sys/arch/evbarm/stand/gzboot
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/29/2003 05:01:34
Module Name: src
Committed By: thorpej
Date: Tue Apr 29 05:01:34 UTC 2003
Modified Files:
src/sys/arch/evbarm/stand/gzboot: gzboot.c image.S
Log Message:
Allow MAXIMAGESIZE to be set to 0. For gzboot's that are linked
for flash, this allows us to basically do:
cat gzboot.bin netbsd.bin.gz > gzimg
to produce the bootable image.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/evbarm/stand/gzboot/gzboot.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/evbarm/stand/gzboot/image.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.