18 lines
254 B
ArmAsm
Raw Normal View History

2025-05-10 21:49:39 +08:00
/*
* (C) Copyright 2015
* Kamil Lulko, <kamil.lulko@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <asm/assembler.h>
.globl reset
.type reset, %function
reset:
W(b) _main
.globl c_runtime_cpu_setup
c_runtime_cpu_setup:
mov pc, lr