blob: 890c7739635961039eb6fffd0d2655c3836888b5 [file] [log] [blame]
rev13@wp.plb3b57e82015-03-01 12:44:39 +01001/*
2 * (C) Copyright 2015
Kamil Lulkodecd33b2015-11-29 11:50:53 +01003 * Kamil Lulko, <kamil.lulko@gmail.com>
rev13@wp.plb3b57e82015-03-01 12:44:39 +01004 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
Phil Edworthyfe545522017-06-01 07:33:29 +01008#include <asm/assembler.h>
9
rev13@wp.plb3b57e82015-03-01 12:44:39 +010010.globl reset
11.type reset, %function
12reset:
Phil Edworthyfe545522017-06-01 07:33:29 +010013 W(b) _main
rev13@wp.plb3b57e82015-03-01 12:44:39 +010014
15.globl c_runtime_cpu_setup
16c_runtime_cpu_setup:
17 mov pc, lr