freebsd-dev/stand/mips/beri/boot2
John Baldwin 9433594417 Define __dmadat after #include'ing ufsread.c.
The __dmadat variable is a statically allocated I/O buffer.  The type is
declared in the ufsread.c source file and clang warns if a variable is
defined before it's type is declared.

Sponsored by:	DARPA / AFRL
2018-01-08 18:44:36 +00:00
..
boot2.c Define __dmadat after #include'ing ufsread.c. 2018-01-08 18:44:36 +00:00
flashboot.ldscript
jtagboot.ldscript
Makefile Don't clobber system LDFLAGS for beri boot loaders. 2018-01-03 17:35:38 +00:00
relocate.S
start.S