xref: /rk3399_rockchip-uboot/arch/arm/cpu/armv7m/start.S (revision d1dcf8527ececd1595d7ae6dc56c19bbcf0c537d)
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