aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/init/head.S
blob: 3589eada381abb5d45bd443bfb099261ccbd81b9 (plain) (blame)
1
2
3
4
5
6
7
.section .init.start
.global _start
.type _start, @function
_start:
	li sp, PM_STACK_TOP
	/* go to proper init */
	j init