blob: e05e984228d2b89d9fb65face7a41fdc36fd437b [file] [log] [blame]
rev13@wp.pl12d8a722015-03-01 12:44:39 +01001/*
2 * (C) Copyright 2015
3 * Kamil Lulko, <rev13@wp.pl>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8.globl reset
9.type reset, %function
10reset:
11 b _main
12
13.globl c_runtime_cpu_setup
14c_runtime_cpu_setup:
15 mov pc, lr