summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7m/start.S
diff options
context:
space:
mode:
authorrev13@wp.pl <rev13@wp.pl>2015-03-01 12:44:39 +0100
committerTom Rini <trini@konsulko.com>2015-04-22 12:14:55 -0400
commit12d8a729137ec58107236c472ddb14a819e7bd0b (patch)
tree9d4f065d21466e06071d29b1b86eb6d185f0dffb /arch/arm/cpu/armv7m/start.S
parent5d27223ea5424fc157c8ac0afb236bc8cfcd1772 (diff)
downloadtalos-obmc-uboot-12d8a729137ec58107236c472ddb14a819e7bd0b.tar.gz
talos-obmc-uboot-12d8a729137ec58107236c472ddb14a819e7bd0b.zip
ARM: Add ARMv7-M support
Signed-off-by: Kamil Lulko <rev13@wp.pl>
Diffstat (limited to 'arch/arm/cpu/armv7m/start.S')
-rw-r--r--arch/arm/cpu/armv7m/start.S15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7m/start.S b/arch/arm/cpu/armv7m/start.S
new file mode 100644
index 0000000000..e05e984228
--- /dev/null
+++ b/arch/arm/cpu/armv7m/start.S
@@ -0,0 +1,15 @@
+/*
+ * (C) Copyright 2015
+ * Kamil Lulko, <rev13@wp.pl>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+.globl reset
+.type reset, %function
+reset:
+ b _main
+
+.globl c_runtime_cpu_setup
+c_runtime_cpu_setup:
+ mov pc, lr
OpenPOWER on IntegriCloud