xref: /openbmc/u-boot/arch/arm/cpu/armv7m/start.S (revision fd1e959e)
1/*
2 * (C) Copyright 2015
3 * Kamil Lulko, <kamil.lulko@gmail.com>
4 *
5 * SPDX-License-Identifier:	GPL-2.0+
6 */
7
8#include <asm/assembler.h>
9
10.globl	reset
11.type reset, %function
12reset:
13	W(b)	_main
14
15.globl	c_runtime_cpu_setup
16c_runtime_cpu_setup:
17	mov	pc, lr
18