odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7m / start.S
1 /*
2  * (C) Copyright 2015
3  * Kamil Lulko, <kamil.lulko@gmail.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 .globl  reset
9 .type reset, %function
10 reset:
11         b       _main
12
13 .globl  c_runtime_cpu_setup
14 c_runtime_cpu_setup:
15         mov     pc, lr