summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/a9m2440
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/boards/a9m2440
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/boards/a9m2440')
-rw-r--r--arch/arm/boards/a9m2440/lowlevel_init.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boards/a9m2440/lowlevel_init.S b/arch/arm/boards/a9m2440/lowlevel_init.S
index bd51717f71..50443afa7a 100644
--- a/arch/arm/boards/a9m2440/lowlevel_init.S
+++ b/arch/arm/boards/a9m2440/lowlevel_init.S
@@ -8,7 +8,7 @@
#include <mach/s3c24xx-gpio.h>
#include <asm/barebox-arm-head.h>
- .section ".text_bare_init.reset","ax"
+ .section ".text_bare_init.barebox_arm_reset_vector","ax"
/*
* To be able to setup the SDRAM interface correctly, we need some
@@ -213,10 +213,10 @@ SDRAMDATA:
/* ------------------------------------------------------------------------ */
-.globl reset
-reset:
+.globl barebox_arm_reset_vector
+barebox_arm_reset_vector:
- common_reset r0
+ arm_cpu_lowlevel_init r0
bl s3c24x0_disable_wd