summaryrefslogtreecommitdiffstats
path: root/carl9170fw/minifw/miniboot.S
blob: e5d598eb4cd44d023122c92a8f3a670a44bc6beb (plain)
1
2
3
4
5
6
7
	.globl _start
	.type  _start, @function
	.section ".boot", "ax"
	_start:
		mov.l startcode, r0
		jmp @r0
startcode:	.long 0x00000008