blob: 45811e34591ed993277fafba2ec5b9cc75263726 [file] [log] [blame] [edit]
/*
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* SPDX-License-Identifier: BSD-2-Clause
*/
.section .text
.global _start
_start:
mov fp, #0
mov lr, #0
mov x0, sp
bl __sel4_start_c
/* should not return */
1:
b 1b