u-boot-brain/arch/arm/cpu/armv7m/start.S
rev13@wp.pl 12d8a72913 ARM: Add ARMv7-M support
Signed-off-by: Kamil Lulko <rev13@wp.pl>
2015-04-22 12:14:55 -04:00

16 lines
213 B
ArmAsm

/*
* (C) Copyright 2015
* Kamil Lulko, <rev13@wp.pl>
*
* SPDX-License-Identifier: GPL-2.0+
*/
.globl reset
.type reset, %function
reset:
b _main
.globl c_runtime_cpu_setup
c_runtime_cpu_setup:
mov pc, lr