summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-06 22:32:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-09 18:25:49 +0200
commit2e368eec070532c3fc416da5b6867f261907be2b (patch)
tree3db587744f14ccc0d26f1f8160339844c8f5c277 /arch/arm/include
parentcc27564e4c05184227e6440f00382bfd673ab528 (diff)
downloadbarebox-2e368eec070532c3fc416da5b6867f261907be2b.tar.gz
barebox-2e368eec070532c3fc416da5b6867f261907be2b.tar.xz
ARM lowlevel: Use get_runtime_offset
The current approach to get the offset between link and runtime address is fragile. It requires a big fat comment to put no code above it and it requires an extra linker section. Instead use a small assembler function. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/barebox-arm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/barebox-arm.h b/arch/arm/include/asm/barebox-arm.h
index 3639365e01..a71f420ed5 100644
--- a/arch/arm/include/asm/barebox-arm.h
+++ b/arch/arm/include/asm/barebox-arm.h
@@ -37,7 +37,6 @@ int board_init(void);
int dram_init (void);
extern char __exceptions_start[], __exceptions_stop[];
-extern char __ll_return[];
void board_init_lowlevel(void);
void board_init_lowlevel_return(void);