aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/init/head.S
blob: bbd294552a6b46e08f4be4f0839d98ad6a575576 (plain) (blame)
1
2
3
4
5
6
7
.section .init.start
.global _start
.type _start, @function
_start:
	/* stack pointer is whatever? */	
	/* go to proper init */
	j init