1/*	$NetBSD$	*/
2
3#include <m68k/asm.h>
4
5	.text
6
7ASENTRY_NOPROFILE(start)
8	bra	_C_LABEL(bootxx)	| bootxx is small enough so bra works
9