summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-02 19:05:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-07 08:48:36 +0200
commit20e9bc17d4434f85cab228cc9ffa38dc514be63e (patch)
tree077c22aca3f2bf07b84a92649a26eb3cb575789f /arch/arm/cpu/Makefile
parent72826e747442142a64b865ca6e4a8b3c88acd5d2 (diff)
downloadbarebox-20e9bc17d4434f85cab228cc9ffa38dc514be63e.tar.gz
barebox-20e9bc17d4434f85cab228cc9ffa38dc514be63e.tar.xz
ARM: Create an assembly arm_cpu_lowlevel_init function
To avoid the code duplication between the static inline C function and the assembly macro. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/cpu/Makefile')
-rw-r--r--arch/arm/cpu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/Makefile b/arch/arm/cpu/Makefile
index fba8ff2784..c3635a1557 100644
--- a/arch/arm/cpu/Makefile
+++ b/arch/arm/cpu/Makefile
@@ -27,3 +27,5 @@ pbl-$(CONFIG_PBL_MULTI_IMAGES) += start-images.o uncompress.o
obj-y += common.o
pbl-y += common.o
+
+lwl-y += lowlevel.o