summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-02-05 14:45:26 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-08 09:35:40 +0100
commitc49819d9034afa3cef7a150afb8d44c9dada09b0 (patch)
tree674a4a804897ed2780ef1cf7375098c36508536c /arch/arm/cpu
parent0fcceb6c55f588ce9048fe2c703c081951fdea5d (diff)
downloadbarebox-c49819d9034afa3cef7a150afb8d44c9dada09b0.tar.gz
barebox-c49819d9034afa3cef7a150afb8d44c9dada09b0.tar.xz
arm: rename reset and common_reset to barebox_arm_reset_vector and arm_cpu_lowlevel_init
reset is confusing with the cpu reset and impossible to grep Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/exceptions.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/exceptions.S b/arch/arm/cpu/exceptions.S
index 115c4e56b8..4185bd1d30 100644
--- a/arch/arm/cpu/exceptions.S
+++ b/arch/arm/cpu/exceptions.S
@@ -138,7 +138,7 @@ fiq:
bl do_fiq
.section .text_exceptions
-1: b 1b /* reset */
+1: b 1b /* barebox_arm_reset_vector */
#ifdef CONFIG_ARM_EXCEPTIONS
ldr pc, =undefined_instruction /* undefined instruction */
ldr pc, =software_interrupt /* software interrupt (SWI) */