uboot/u-boot-stm32mp-2020.01/arch/arm/cpu/armv7m/start.S

17 lines
254 B
ArmAsm
Raw Normal View History

2024-01-10 06:52:34 +00:00
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2015
* Kamil Lulko, <kamil.lulko@gmail.com>
*/
#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