summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/exceptions.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/cpu/exceptions.S')
-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) */